How do I increase the height of my header and push the menu bar a little closer to the top?
How do I increase the height of my header and push the menu bar a little closer to the top?
find this CSS element in your theme's style CSS:
#menu {
within that element, change values of these two properties to your liking:
margin-top:20px;
padding-top:10px;wicked - thanks !
You are welcome!
This topic has been closed to new replies.