To TOP button on mobile can not see

Posted in: Newspaper
Post count: 18

Hello
I am need some help. On mobile phone can not see butto TO TOP. On desktop computer all OK. How can add for mobile?

Post count: 18

Any solution?

Post count: 18283

Hello !

Please provide a link to your website so we can inspect.

Thank you !

Post count: 18

http://www.tehnoprosto.ru
when I am try to open on smartphone the button TO TOP hidden always…

Post count: 18283

Hello !

For that you can use this css code:

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

The code must be inserted in here: https://www.screencast.com/t/s61BcemS2eW

Thank you !

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