Change dimensions of top search box


Author Message
Mike

Posted: 1/24/2010
Quote message 

I created a theme with a search box/bar positioned at the top above the content and below the header. How can I change the size of the actual box surrounding the search bar? I can't seem to find it, any help is appreciated.
 
Mike

Posted: 1/24/2010
Quote message 

Just to clarify the search box is actually labeled as sidebar2 in my template files. All I see in CSS is sidebar1.
 
Garry

Posted: 1/24/2010
Quote message 

While adding search box you can change its width by increasing/decreasing value of width property:

<input type="text" style="width: 95%;" name="s" value="">