VonDada
Member
Posted 3 years ago #
I want to lower the header menu to fit the new height of my header image but I can't seem to find what code to change in the style.css file.
Here's the mockup of the site:
http://meckystecky.com/main/
Once I can get it lower, I'll remove the graphic and reverse out the type in the CSS but I can't seem to find out what will lower the menu to it's correct height.
Any suggestions?
ClaytonJames
Member
Posted 3 years ago #
Try this, and see if it pushes you in the desired direction;
#navigation {
margin:219px 0;
}
ClaytonJames
Member
Posted 3 years ago #
Just for grins, what do you think of this?
#navigation {
margin:216px 0;
background-color:#fff;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
}
#header {
background:url(img/header_footer.jpg) 0 0 no-repeat;
height:339px;
}
VonDada
Member
Posted 3 years ago #
That did it. Perfectly.
I knew that I was overlooking something.
Awesome. Thanks!
ClaytonJames
Member
Posted 3 years ago #