• We love this accordion and built our directory page with it, but just noticed that when we try to use the dropdown menu for” “About H&H” in the top navbar, the submenu displays underneath the accordion items. I’ve tried adding a z-index everywhere I could think of, but nothing has worked.

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

Viewing 1 replies (of 1 total)
  • Plugin Support architalevelup

    (@architabasandrai20)

    Hi @keress

    You have to remove the z-index from your uagb-container. It is coming from uag-plugin.

    You can override by adding custom CSS by going to Appearance > Customize > Additional CSS
    .wp-block-uagb-container, .wp-block-uagb-container>*:not(.uagb-container__shape){
    z-index: unset;
    }

    Check the screencast: https://share.getcloudapp.com/yAuJ61Xw

    I hope this helps, please let us know if we can assist you further.

    Best Regards,
    Archita

Viewing 1 replies (of 1 total)
  • The topic ‘Kadence accordion breaks nav submenu’ is closed to new replies.