Arrow (go to the top) on smartphome

Posted in: Newspaper
Post count: 31

Hello,
I noticed that the go to the top arrow do not appear on the mobile while it does on that desktop. Is there a reason for that?
Thanks. Regards

Post count: 23312

Hello peopleabroad,

Yes, valid reasons in this regard would be the thing that on tablet and mobile, exists the Scroll effect which allows you to move to the top or move to the bottom very easy, right? That’s the main reason that our developers hide this functionality for mobile and tablet devices.
Another alternative for you would be to use a bit of CSS code to do this. Try the code below and place it in Theme panel -> Custom CSS area and enable this functionality.

The code is ->

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

Thanks for your understanding!

Post count: 31

Thank you!

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