Remove space after header title

  • Unknown's avatar

    I am looking to remove the space after the header title – there is no space there so I am not sure how to remove it. There are also no additional margins or padding to remove. The space is highlighted in the image below in blue

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

  • Hey there,

    Happy to help you with this.

    It looks like there’s a margin there at the bottom under the title.

    The CSS required to remove that is as follows:

    /* Remove site title margin AL */ 
    
    h1.wp-block-site-title.has-large-font-size {
        margin-bottom: 0;
    }

    This can be added via Appearance > Customize > Additional CSS.

    I hope this helps!

  • The topic ‘Remove space after header title’ is closed to new replies.