I'm having trouble removing the header-image padding.

Viewing 3 posts - 1 through 3 (of 3 total)
  • #12480
    dickieb23
    Participant

    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?

    #12527
    Pice
    Participant

    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;
    }

    #12540
    dickieb23
    Participant

    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?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.