Get Sub-Menu Dropdown to Show Over Page Content Avada
This is a relatively simple CSS issue. I just checked your output HTML and located the top most parent container for the navigation. Then I added, in dev tools the following CSS: .fusion-tb-header .fusion-fullwidth{ position: relative; z-index: 100; } That essentially moves the navigation’s parent container row to sit above (on the Z axis) the … Read more