Back to top scroll on mobile?

Posted in: Newspaper
Post count: 49

How can I enable the back to top scroll on mobile?

Thank you

Post count: 22421

Hi,
There is no setting to activate it on mobile, but you can use this css:
@media (max-width: 767px){
.td-scroll-up {
display: block!important;
}

Thank you!

Post count: 49

Thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.