Zen Cart Logo
Forums / General Questions / search box / headers

search box / headers

Views: 734

Results 1 to 6 of 6
28 Apr 2011, 8:42 PM
#1
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

search box / headers

on my home page

http://www.airtightsecurityplus.com/security_equipment

I have a search box in the nav bar. somehow i must have changed something and moved the icon (magnifier) out of the search box.
can anyone tell me HOW DO I MOVE IT BACK IN

29 Apr 2011, 12:16 AM
#2
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: search box / headers

First of all you have 2 css files that are loading.

Second adjust the width of

#navMainSearch {
float: right;
background: url("../images/search_bg.png") no-repeat center;
width: 200px;
height: 46px;

In you css file.

29 Apr 2011, 12:31 AM
#3
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

Re: search box / headers

i adjusted my width to 180 and the icon goes inside but the "search keywords here" disapeared???

29 Apr 2011, 12:33 AM
#4
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

Re: search box / headers

and how could you tell i had 2 stylesheets? do i need to set permissions or change names of files or something?

29 Apr 2011, 12:49 AM
#5
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

Re: search box / headers

got it, thanks

what about the permissions? how could you see my files

29 Apr 2011, 3:08 AM
#6
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: search box / headers

stylesheets are available to the public and can be viewed in web developer tool. Any thing in your css folder that starts with stylesheet will be get loaded by the html_header. If you want to disable a stylesheet but want to leave it on the server add something like .bak to it so it doesn't get loaded.