Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316013
    Michael
    Participant

    I’ve seen several posts regarding removing or significantly reducing the size of the page title block.  I can remove the title but the size of the block it occupied is still there.

    On this page I have kept the title but the spacing is huge (I’ve removed the page title on the home page):

    https://g51.628.myftpupload.com/about-us/

    Is there any way to get rid of it or at least reduce its depth?

    Thanks

    #316017
    tikaram
    Keymaster

    @cpp2023 : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 85.375em) {
      body:not(.home) .site-content > .wrapper {
         padding-top: 0;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #316122
    Michael
    Participant

    Perfect – thank you.

    #316129
    tikaram
    Keymaster

    @cpp2023 : Glad to know that the issue has been resolved. Have a Good day 🙂

    Regards,
    Tikaram

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