Hey folks,
I'm having trouble adjusting the header size. I wanted to narrow the menu bar and make it sit directly under my 250x230px logo. Right now the top line of the menu wont adjust when I change the css for the .nav_wrapper.
Right now I've changed the css to accommodate my logo:
#top .logo, #top .logo a{
display:block;
height:230px;
width:250px;
position:absolute;
left:20px;
top:0px;
border: none;
padding: 0;
margin:0;
z-index: 10;
}
And this:
.nav_wrapper{
position: relative;
height:12px;
padding-top:212px;
z-index: 6;
}
My site is http://www.akbouldering.com, thanks in advance!
Matt














