If anyone wants to increase the width of the search box...
In your chosen theme css file, eg.
skin/smart_template/custom/themes/royal.css
Let's say we want to make it 100px wider...
Adjust these values...
Code:
#st_menu { margin-right: 300px; }
#st_menu_search { float: left; width: 300px; margin-left: -300px; }
Then...
Code:
#st_search_input { float: left; color: #000; height: 14px; width: 234px; margin: 0px 0px; background: url(../images/search_bg.png) left no-repeat; padding: 8px; font-size: 1.0em; border: none; outline: none; }
Also upload the attached image to...
skin/smart_template/custom/images