Support » Plugin: Sticky Side Buttons » Web Element Overlapping Sticky Button

Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Per FAQs

    My sticky side buttons are covered by some other element. What should I do?
    In the plugin settings there is a field where you can define z-index for the buttons. An element with a higher z-index is always in front of an element with a lower z-index. If you have tried a high z-index in that setting but your buttons still aren’t showing, it is likely that your theme has a very high z-index specified somewhere. This is not great practise, but is sometimes done in complex themes with lots of layered design elements, and also with page builders. As a last resort you can use CSS to force override the z-index for your buttons: #ssb-container { z-index: 9999 !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘Web Element Overlapping Sticky Button’ is closed to new replies.