• Resolved bengleason7

    (@bengleason7)


    When I’m in mobile view, the page title is nearly touching the top of the explorer window when I view it on a computer or a cell phone. How can I add a little spacing on top of the title “Ben Gleason”

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

Viewing 1 replies (of 1 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    Thanks @bengleason7, I have made a note of this and we will push an update with a fix ASAP. However, to fix this on your website for now, try this in Appearance > Customize > Additional CSS

    @media (max-width: 767px){
    .header {
        padding-top: 0; 
    }
    }
Viewing 1 replies (of 1 total)

The topic ‘Page Title spacing’ is closed to new replies.