View Single Post
  #324  
Old 03-12-2011, 11:07 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

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
Attached Images
File Type: png search_bg.png (447 Bytes, 11 views)
__________________
xcartmods.co.uk
Reply With Quote