How can I make the header area taller for a bigger logo?
Thanks
How can I make the header area taller for a bigger logo?
Thanks
Hey,
open up style.css and increase the padding top value of following code:
.nav_wrapper{
position: relative;
height:36px;
padding-top:125px;
z-index: 6;
}
This will push down the menu under the logo. Because of the header/background structure you'll need to adjust the height of the bg image too.
Thank you..
Glad that I could help you :)
You must log in to post.