ZenphotoCMS Forum
Increase the size width of the search stext box?? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Increase the size width of the search stext box?? (/thread-6811.html)



Increase the size width of the search stext box?? - thestormtrooper - 2010-03-25

Hi,

This is probably a really simple request, I basically trying to make my search box about twice the width that it is. I've searched the code everywhere and I just can't figure out how to increase the size of the text field for the search box. My site is here: http://www.stuartjackson.co.uk/v1/gallery/

Any help is greatly appreciated!




Increase the size width of the search stext box?? - kagutsuchi - 2010-03-25

That is basic CSS. You should be able to figure this out by searching.




Increase the size width of the search stext box?? - thestormtrooper - 2010-03-25

I can't find the bit that relates to the search box in the css though? I thought it would be called search or input or something like that. Still searching, if you excuse the pun.




Increase the size width of the search stext box?? - thestormtrooper - 2010-03-25

Should of made that clearer... I currently have this:

/ Search Box
------------------------------
/

search {


float: right;
margin-top: -43px;
margin-right: 0px;
text-align: center;
background: transparent;
z-index: 1000;
position: relative;

}

search input.pushbutton {


padding: 1px;
font-size: 90%;

}

search ul {


position: absolute;
text-align: left;
width: 20px;
margin: 0px;
padding: 0px;
list-style: none;
background-color: white;

}

search ul .item {


display: none;
background-color: white;

}

search ul:hover .item {


display: block;
padding: 1px;
margin: 0px;
background: #fff

}

search li {


width: 50px;
background-color: white;

}

searchfields_icon {display:none;}


position: relative;
top: 4px;

}

.clear {
clear: both;
height: 10px;
}

When I change the width values nothing seems to happen. Can someone point me in the right direction as to what aspect I should be changing... searching google and trial and error is getting me nowhere!

Any help is appreciated!




Increase the size width of the search stext box?? - sbillard - 2010-03-26

I don't see width/height on the search_input id. (also, it is search_submit that has the pushbutton.

Just grab the HTML of your search page and look at it for the appropriate items.




Increase the size width of the search stext box?? - mmz - 2010-04-12

Hi,
open template-functions.php
go to code line 3917
change size (10 by default)