back to top does not appear for mobile?

Posted in: Newspaper
Post count: 135

Hello,

When viewing my site via mobile phone, the back to top button that normally appears at the bottom right does not appear.

How do I get this to appear?

Thank you.

Post count: 35449

Hi,

Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}

-> https://www.screencast.com/t/cJzUrG1O

Thank you.

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