PDA

View Full Version : Moving the search to a different location


gosiah23
09-10-2010, 05:56 PM
Hi All,

Does anyone knows how to move the search box to a different location?
I want to be able to put more tabs and this little search box is on my way. I would love to have it before the “Advaced Search” link so they are all in line. Or another option will be to place it below the navbar.

Please take a look at the attached image.

121772

I'm running a vBulletin 4.0.5
Here is my website link: http://www.SaltwaterCatch.com

Thanks a million!

Margaret

gosiah23
09-13-2010, 11:29 PM
Anyone???.... Please :)

Lynne
09-14-2010, 01:39 AM
I would edit the template and just move it. But, you could also try css:
.navbar_search {
right:100px;
top:26px;
}