Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #130392
    dadoonan
    Participant

    How do I eliminate the extra padding above the masthead image at
    http://www.bearformaine.com

    David

    #130421
    Skandha
    Participant

    @dadoonan: To remove the extra padding Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
    display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    #130424
    Skandha
    Participant

    @dadoonan: Please discard the previous reply and follow this one. Goto => Appearance => Customize => Additional CSS add the following code.

    @media screen and (min-width: 991px) {
           #masthead {
           display: none;
           }
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘eliminate padding’ is closed to new replies.