• On a desktop the theme (header) looks great. However, when I navigate to other pages on a mobile device, the header and the padding below take up a lot of space and the content gets moved way down. How do I correct this?

Viewing 1 replies (of 1 total)
  • Hi @ogoland,

    Please add this in Customize => Additional CSS :

    
    @media only screen and (max-width: 500px) {
    .site-branding { max-width: 300px; }
    }
    

    Let me know how it goes!

Viewing 1 replies (of 1 total)

The topic ‘Header Too Large on Mobile’ is closed to new replies.