Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to move search header?

How to move search header?

Locked

Views: 1,114

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
9 Jul 2009, 11:09 AM
#1
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

How to move search header?

Hi, i was wondering if anybody here knows how to move the search bar in the header so its centrilised with my banner, as in the pictures below.

My website is http:// poly - fashion.co.uk/index.php?main_page=index ( Without the spaces )

Thanks in advance :bigups:

9 Jul 2009, 12:46 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to move search header?

Find this in your stylesheet:

#navMainSearch {
float: right;
}

Remove the float:right and add margin-left:XXpx; where XX is the number of px it takes to put it where you want it.