back to top option in mobile

Posted in: Newspaper
Post count: 60

Hi,

The back to top button is seen when i browse my site in desktop. But it is not seen for mobile. Is there a way to enable it ?.

Post count: 22421

Hello,

The back to top was disabled for mobile but you can enable it using this custom css:
@media (max-width: 767px){
.td-scroll-up {
display: block;
}}

Add the code in the theme panel->custom css box.

Thank you!

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