Site logo

Archived topic

Disable scroll-to-top on mobile or tablet or both

1 reply · Started by Ritesh Saini on September 3, 2020

Viewing posts 1–2 of 2

Hello,

I'm using a social media sharing plugin that adds a floating sharing bar on the bottom of the screen on mobile and tablet.

It covers the scroll-to-top button partially. So, is there any way to disable the scroll-to-top button on mobile or tablet or both?

Waiting for your response.

Regards,
Ritesh Saini

Hi there,

try adding this CSS:

@media(max-width: 1024px) {
    .generate-back-to-top {
        display: none
    }
}
This archived topic is closed to new replies.