http://www.discoveringacontinent.com
I’d like the header image to flow seamlessly into the menu bar but I’m having trouble…
From my style sheet I’ve got
#header-image {
display:block;
max-width:99.1%;
padding:0%;
margin-bottom:0;
}
I can’t figure out how else to remove the padding? It’s already down to 0, and deleting the whole line won’t change anything. I’ve got no plugins that would affect it, only jetpack is installed….
any ideas?
Isn’t there also a box-shadow you can set to none?
#header-image {
display:block;
max-width:99.1%;
padding:0%;
margin-bottom:0;
box-shadow: none;
}
Tried that without any luck.
What’s interesting is if I remove a header image and text all together, the menu bar goes straight up to the top of the screen. So when I add the header image, it puts a padding above and below the image?