PDA

View Full Version : How to make this search box size larger?


Gripi
07-09-2013, 04:06 PM
Hello..

How to make this search box option more larger?

http://img7.imageshack.us/img7/1001/n0pw.jpg

Thanks alot

nerbert
07-09-2013, 04:37 PM
Scroll a little less than half way down template "search_input_post" and find and modify this code:


<div class="blockrow">
<label for="forumchoice">{vb:rawphrase search_in_forums}:</label>
<ul class="multifield stacked group">
<li>
<select class="primary" id="forumchoice" style="width:500px;" name="forumchoice[]" multiple="multiple" tabindex="1" size="20">
{vb:raw search_forum_options}
</select>
</li>
<li>
<label for="cb_childforums" class="rightcol">
<input id="cb_childforums" type="checkbox" value="1" name="childforums" tabindex="1" {vb:raw childforumschecked} />
{vb:rawphrase also_search_in_child_forums}
</label>
</li>
</ul>
</div>


The size attribute determines the height

Gripi
07-09-2013, 04:43 PM
Hello..

Thank you very much, working now :)