Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / resize the search sidebox

resize the search sidebox

Views: 933

Results 1 to 5 of 5
31 May 2012, 10:59 PM
#1
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

resize the search sidebox

Attachment 10540
I try all day, but cannot find where to enlarge the size of search box and enlarge the size of "Enter Search..."
Please help :yes:

1 Jun 2012, 2:21 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: resize the search sidebox

You might try this:

includes/ templates/ template_default/ sideboxes/ tpl_search.php
1. line 17
2. width= 100 to 135
3. line 19
4. width = 100 to 135
5. ftp to: includes/ templates/ your_template/ sideboxes/ tpl_search.php

1 Jun 2012, 4:55 AM
#3
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

Re: resize the search sidebox

Dear Sir,Thanks for respond, I try to change the size to 135px, but the search box still not change.
I reinstall a new website, it work partially, the search in upper one (sideboxes/search_header.php ) does not change and the lower one (sideboxes/search.php) is changed. how should I change to make the search_header.php change, please see the photo
Attachment 10541

1 Jun 2012, 6:01 AM
#4
soso838 avatar

soso838

Zen Follower

Join Date:
May 2012
Posts:
105
Plugin Contributions:
0

Re: resize the search sidebox

Thanks I find the right way to enlarge the search size. it is "C:\xampp\htdocs\zen\includes\templates\template_default\sideboxes\tpl_search_header.php
the tpl_search.php is for side box ,what I need is search_header:hug:

2 Jun 2012, 3:37 AM
#5
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: resize the search sidebox

Ty for posting the right fix ...