Another header question (seems popular today!)
Site: http://www.dianeinserramd.com/
I replaced header text with an image (1139px x 100px). However, I’m still seeing a much taller header. I’ve attempted to reduce margin-top & margin-bottom in my custom.css by adding the following rules:
/* Header – adjust margin around masthead banner image to reduce height of header */
.header-image {
margin-top: none;
}
section[role=”banner”] {
margin-bottom: none;
}
Obviously I’m missing a relevant rule! Thanks