Back to top button falls behind the footer

Hello,

I have recently added the floating ‘back to top’ item to my website which looks great and I am really happy with it however at the end of the page the button falls behind the footer - is there a reason for this? How do I prevent it?

Many thanks

Hey @mickshah,

Please add this code in X > Theme Options > CSS:

.x-scroll-top.left {
    z-index: 99999;
}

Hope this helps.

Thank you so much

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.