I'd like my page tabs to go all across the navbar. So I moved the search box up to the header to make room for more tabs. But when I try to add more page tabs they just scroll down underneath "Home".
So I followed this advice to another poster here:
>>
Go in to style.css and replace the current #navbarleft with this:
Code:
#navbarleft {
float:left;
margin:0 0 0 10px;
padding:0;
width:940px;
}
then go into header.php and remove the navbarright div.
>>
I had already moved the contents of the navbarright div into the headerright div to move the search box. But maybe I missed something.
From here, what do I do to get the pages in navbar to go all across from left to right?
My website:
http://www.bayareaonthecheap.com
Thank you,
Kat