edit style.css of your theme;
change these to:
#top-left{width:220px; float:left; overflow: hidden; }
#top-right{width:720px; float:left;}
change this to:
#top-navigation{clear:right; padding:10px 10px 0px 0px;}
(not cross-browser tested)
@alchymyth thanks!
I added the code, took out search box and changed to float right:
‘
#top-left{width:220px; float:right; overflow: hidden; }
#top-right{width:720px; float:right;}
#top-navigation{clear:right; padding:0px 10px 0px 0px;}’
It is almost perfect. How do I make the menu display above the line?
Thanks so much!
After it going haywire, I fixed it.
final code I used:
‘#top-left{width:220px; float:left; overflow: hidden; }
#top-right{width:720px; float:left;}
#top-navigation{clear:right; padding:100px 10px 0px 0px;}
‘