• ckdonick

    (@ckdonick)


    I’m looking for a way to reduce the padding above and below my logo so that the menu and the logo sit closer together. Any help would be appreciated!

Viewing 1 replies (of 1 total)
  • Theme Author Anariel Design

    (@anariel-design)

    HI,

    you can do this by adding extra CSS to the Custom CSS option inside the Customizer:

    header#masthead {
        padding: 0;
        margin-bottom: -10px;
    }

    Hope this helps.

    All the best,
    Ana

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce padding above and below logo’ is closed to new replies.