• I have removed the page title, but when I display inner pages, there is a large space between the hamburger icon and the H1 on mobile and between the logo and the H1 on PC. How do you reduce the space between them?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    You could use front page template for you inner pages. Or add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 1024px) {
      body:not(.home) .page-wrap {
        padding-top: 0 !important;
      }
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘reduce space between logo and H1’ is closed to new replies.