Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / aligning the navMainsearch?

aligning the navMainsearch?

Locked

Views: 905

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
24 Feb 2009, 3:04 AM
#1
1kell avatar

1kell

Zen Follower

Join Date:
Jul 2008
Posts:
151
Plugin Contributions:
0

aligning the navMainsearch?

I would like to get the search tool in the header to sit up in line with the menu options in the header. At the moment it seems to fall on to the next line. Anyone know how to fix? link here

24 Feb 2009, 3:22 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: aligning the navMainsearch?

Try finding this in your stylesheet and adding the highlighted declaration

#navMainSearch {
	float: left;
        margin: -1.5em 0em 0em 0em;
        display: inline;
        }
24 Feb 2009, 7:21 AM
#3
1kell avatar

1kell

Zen Follower

Join Date:
Jul 2008
Posts:
151
Plugin Contributions:
0

Re: aligning the navMainsearch?

So simple I should have thought of that, thanks! :smile:

24 Feb 2009, 8:23 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: aligning the navMainsearch?

Check rendering in other browsers