Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Presstige WordPress Theme :: Thread
shrink menu bar
Casey, I am trying to shrink the menu bar so it doesnt take up so much real estate. Right now its 103px. If I make it smaller, say 40px the menu bar is the right size, but the menus and indicator button dont follow it.
Have any ideas?
Hey, you should be able to just add (in style*x.css):
#menu_wrap #menu li a {line-height: 40px;}
Also, you’ll want to change the distance of the sub levels from parent top so you might want to add this rule as well:
#menu_wrap #menu ul ul {top: 30px;}