Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1040403

    Hi, how can I move the submenu element to be infront of the product images so they won’t cover it?

    #1040405

    It also seems the menu items are not clickable.

    #1042869

    Hi,

    This css code should help.

    #top .av-submenu-container.av-sticky-submenu {
        z-index: 10 !important;
    }
    

    It places the sub menu below the main menu and above the sections.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.