How can i make my navigation bar touch the bottom of my header lo image?
-
Hi,
I am using the on demand theme. I have trying to edit such that the navigation bar is touching the base of my logo image.
I do not know which code to edit.
ive been messing with the values here but nothing seems to change
#header {
width:100%;
float:left
}#header-inside {
width:980px;
margin:0 auto
}#header-left {
/* For the Logo */
width:490px;
max-width:490px;
float:left;
padding:30px 0
}#header-left .site-title {
line-height: 1.3em;
margin-bottom: 5px;
}#header-left img {
max-width:100%
}am i in the right section of the code?
The blog I need help with is: (visible only to logged in users)
-
-
I am trying to edit such that the navigation bar is touching the base of my logo image.
That’s the right section. I see you figured this out by using the following CSS:
#header-left .site-title { line-height:0; margin-bottom:0; }Nice work!
- The topic ‘How can i make my navigation bar touch the bottom of my header lo image?’ is closed to new replies.