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

    Hi there,
    I’ve added a plugin widget that creates a dropdown of menu items. The plugin is added on a page that has columns beneath it. For some reason, the dropdown menu is appearing behind column content. I thought it was an issue with the plugin, but after moving the widget around and testing everywhere else, I see that the plugin works properly (menu opens above all page content).
    This looks like its an issue with columns and possibly the z-index. Can you take a look and let me know what CSS needs to change to make the column content appear at z-index:0, or underneath a dropdown menu?
    Thanks,
    Kristen

    #546596

    Note – the dropdown is at the top center of the page listed. If you hover over “Research Internships” you will see the dropdown appear behind column content.

    #547906

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #apexactionheader .avia-builder-el-2 {
        z-index: 99;
    }

    Cheers!
    Yigit

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