• Resolved Raakh5

    (@raakh5)


    Hello,

    My pricing table is displayed in front of sticky menu when scroll down.
    How can I send pricing table behind my sticky menu? I am using Nactaria theme

    Please advise

    Thanks in anticipation

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Increase z-index value for sticky menu. If z-index is not there, add z-index and increase the value till it comes over pricing table.

    Thanks
    Iftekhar

    Thank you for the idea! ??

    For the others, who has the same problem, I use this, and it works:

    .stickymenu-zone {
    z-index: 1000;
    }

    With 100 works it also, but then with mouse hover it comes again in foreground.

    Original, that I found on the web:

    .sticky {
    z-index: 5;
    }

    Can you share the page link, so that I can check it? This way I can give you a better solution.

    One more thing, if it works with z-index: 1000; then go for it. When you mouse over on a pricing table column, it’s z-index value is over 100 then. That’s why it is coming over your menu. If 1000 worked, stay with it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sticky menu is behind pricing tables’ is closed to new replies.