• I recently changed my theme to Sydney and made a new landing page. However, the top section of the homepage overlaps with the menu header. When I scroll downward, the menu header appears and the top section of the page, where I introduce the website, disappears beneath the header. How can I fix this issue?
    Thanks in advance

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

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

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .site-header.fixed:not(.float-header) {
      position: static;
      background-color: #000;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘invisible header overlaps top section of homepage’ is closed to new replies.