Support » Theme: Neve » the header of my website moves

  • Resolved natadpb

    (@natadpb)


    Since several updates, the header of my website is moving and appears before other elements.
    For example, when you click enlarge on a product image, the header appears before the photo.
    The same happens with the “customize” options bar, if you scroll the page the header is placed above it.
    Also the problem occurs in the “filter” options in the mobile store, the header appears in front of the search menu.

    If I go back to previous updates like 2.7 the problem is corrected

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

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

    I’m able to replicate this issue on your website, could you try adding this CSS to Appearance->Customize->Additional CSS section:

    .menu_sidebar_dropdown .header--row {
        position: relative;
        z-index: 999;
    }

    I hope it helps!

    Thread Starter natadpb

    (@natadpb)

    @bvytis It works! Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the header of my website moves’ is closed to new replies.