Viewing 4 replies - 1 through 4 (of 4 total)
  • In your Child Theme or CSS Editor try this code:

    .site-header {
        padding: 1.5em 5.55% 2.25em;
    }

    Edit the 2.25em.

    I did 1.25em and it looked good to me, but adjust to your liking.

    Theme Author Ben Sibley

    (@bensibley)

    Hey Rob,

    That can be accomplished with the following CSS:

    @media all and (min-width: 50em) {
    
      #site-header {
        padding-bottom: 0;
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter ThankYouRob

    (@phattymcgee)

    Awesome that did it Ben! Thank you!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spacing Below Header Image’ is closed to new replies.