How can I display „back to top” button on mobile?

Posted in: Newspaper
Post count: 9

Hi guys!

How can I display „back to top button” on mobile? Right now it’s showing only on desktop. Thanks!

Post count: 22421

Hello,

The scroll to top button has been hidden on mobile devices by default.
If you want to enable it you must use this custom css in the theme panel-> custom css box:

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

Thanks.

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