• Resolved Chris

    (@osiak)


    Hi,
    I’m using this plugin on my page to stick a sub-menu-row that’s down the page. When the scroll reaches that row it nicely sticks, but… my main menu’s sub-menu open beneath the sticky row. Z-index does not help in any way. How do I make the sub-menu in the main navigation go over the sticky element?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s likely that your pagebuilder is adding Z-indexes to parent containers. From what I can see, this may be fixed by assigning a Z-index of 2 to your sticky element in the plugin’s settings, and add this CSS code as well:

    .fl-row-bg-overlay .fl-row-content {
    	z-index: 1 !important;
    }

    If that still doesn’t work, I would suggest to check with the support team of your theme, and/or pagebuilder.

    Thread Starter Chris

    (@osiak)

    Thanks! Worked beaufifly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to place an item over the sticky element’ is closed to new replies.