White space between title and header

  • Unknown's avatar

    Hi everyone,
    I’m looking for a way to reduce white space between the title and the header image in my blog: https://nepente.net/
    Any clues?
    Thanks a lot

    The blog I need help with is: (visible only to logged in users)

  • Hi –

    You can do it through some CSS changes. Add the following code to your Customizer. Click My Sites – Customizer – CSS

    #masthead>.site-branding {
        padding: 0 0 0 0;

    The 4 zeros can be adjusted. For example, if you want to have a small amount of padding at the top you would use this code instead.

    #masthead>.site-branding {
        padding: 2em 0 0 0;
  • The topic ‘White space between title and header’ is closed to new replies.