StyledThemes

Remove white space above and below logo

Home Forums WordPress Themes – Premium Pure & Simple Remove white space above and below logo

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #70471
    Vicki Berenson
    Participant

    Hi – I’ve managed to remove some of the white space with this CSS but there is still more white space than I want and I can’t figure out how to reduce it:

    .header-bg
    {
    padding-top:0px;
    padding-bottom:0;
    }

    The site is https://wnpjs.org
    password is wnpj

    #70476
    Styled Themes
    Keymaster

    Hello Vicki,

    Try adding this as well:

    .header-inner {
        padding: 0.5rem 0!important;
    }
    #70496
    Vicki Berenson
    Participant

    Thank you! That worked perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.