• Since the latest update, the header/menu is overlapping/covering the content at the top of the page. I’ve tried changing all of the header area options (and deleting all CSS that might affect this), and nothing changes.

    Do you have any idea what might be causing this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Thank you for reporting this issue. We didn’t notice it before. We’ll inspect further to figure it out and provide permanent fix as soon as possible.

    Meanwhile, to fix this by yourself, you can add this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (min-width: 1025px) {
      .site .header-clone {
        height: 110px;
      }
    }
    

    Hope that helps.

    Regards,
    Kharis

    Thread Starter landg

    (@landg)

    Hi Kharis. Thanks so much for the fix (and the quick reply!).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header/menu covers content since update’ is closed to new replies.