Back to Top controls not displaying on mobile

Posted in: Newspaper
Post count: 15

When viewing the blog I created on desktop, a widget displays that, on click, brings the user back to the top of the page. However, this widget does not display on mobile. Is there any way to make it display on mobile?

Thanks!

wcevent.com

Post count: 27744

Hi,

You need to add this code

.td-scroll-up {
display: block;
}

like this => https://www.screencast.com/t/fbzSqYgX4.
The code need to insert in Theme Panel -> Custom Code -> Advanced CSS -> Phones => https://www.screencast.com/t/1yqpPmOSmn9.

Hope this helps you!

Thank you!

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