Forums / General Questions / How do I move my header search box!!!

How do I move my header search box!!!

Results 1 to 2 of 2
20 Sep 2012, 21:56
#1
darion avatar

darion

Zen Follower

Join Date:
Sep 2012
Posts:
169
Plugin Contributions:
0

How do I move my header search box!!!

Hello,

I am trying to move my header search box down from the way top right to the line that my little new products reviews and cart logos are if possible how would I do this please help!!

Here is the site:mysterydrawer.com (Please be advised this is an adult product site)

Thank you all in advance for your help on this!!
21 Sep 2012, 10:13
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: How do I move my header search box!!!

One way:

#navMainSearch {
background: url("../images/search_bg.png") no-repeat center;
position: absolute;
top: 10em;
left: 26em;
height: 46px;
}

If you want it to the right of the other stuff, you're going to have to fix the navEZPagesTop problem I mentioned in your other thread.

Be sure to check your site in multiple browsers - absolute positioning can be flaky.