• Resolved marcie73

    (@marcie73)


    Hello,

    when Sticky Header Effects plugin is active, header overlaps the side cart.
    I checked all the z-index values and the side cart has the highest one.

    View post on imgur.com

    As soon as I deactivate the plugin, header is set correctly below the side cart.

    My website is still offline, but I can give you access to check properly.

    Please help me! Thank you!

    • This topic was modified 1 year, 5 months ago by marcie73.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Robert Wattner

    (@rwattner)

    Hi,

    I’m sorry you’re having problems and also sorry the rules of the forum don’t allow us to ask for any credentials. I’d really need a live page to properly troubleshoot. Could you possibly password protect the site except for a test page? Or maybe use a staging site? Otherwise it would just be guessing what works.

    For now, could you try this?

    On the header container where the plugin is active, under custom css, add this code:

    selector {
    z-index: 1 !important;
    }

    If that successfully changes the z-index then you might have to adjust the number. If “selector” isn’t specific enough try “selector.she-header-yes”

    I hope this helps. Let me know.

    Thread Starter marcie73

    (@marcie73)

    Thank you Robert!

    The !important; made the trick!

    I haven’t tried before because, I trusted the values that were set.

    I put anyway a higher value, because some other elements in pages ended up overlapping the header.

    But still the cart is the highest.

    Thank you for support! 🙂

    Plugin Contributor Robert Wattner

    (@rwattner)

    You’re welcome!

    I’m happy that worked for you. It’s not best practice to use !important to raise specificity, only when absolutely necessary. It seems like you should be just fine, though.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Elementor side cart below header’ is closed to new replies.