Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Make the "Search Box" Wider

Make the "Search Box" Wider

Locked

Views: 1,031

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Oct 2010, 9:42 PM
#1
airsoftoutfitter avatar

airsoftoutfitter

Zen Follower

Join Date:
Dec 2009
Posts:
244
Plugin Contributions:
0

Make the "Search Box" Wider

I am looking to make my search box where the text is entered just a little wider. Is there an easy way to accomplish this?

25 Oct 2010, 10:54 PM
#2
daltonkost avatar

daltonkost

Zen Follower

Join Date:
Oct 2009
Location:
Smack in the Middle
Posts:
127
Plugin Contributions:
0

Re: Make the "Search Box" Wider

Depends a little on your template I think.

try YourSite/includes/YOURTEMPLATE/Templates/tpl_search_header.php. The value you need to change is here.

Or you may try adding to your stylesheet

.search-header input {
width: 150px;
}

Good Luck

Dalton