Scroll To Top Mobile

Posted in: Newspaper
Post count: 7

Hi – is the scroll to top button configured on mobile. It doesn’t seem to be working for me. I can see it on desktop no problem?

Post count: 20685

Hi,

If you use the mobile theme this has a scroll to top button. If the plugin is not active, the scroll icon will not show. It could be made to appear with this code if necessary
https://www.screencast.com/t/FRA3s9jKrrU
Enter it in Theme panel->Custom CSS section

@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks

Post count: 7

Brilliant thanks, that worked a treat

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.