Back to top button on mobile version

Posted in: Newspaper
Post count: 2

Hello,

How can I use Back to top button on mobile version. Is this possible in the theme settings?

Thanks.

Post count: 23312

Hello Alinadomino,

Try the code below and place it in Theme panel -> Custom CSS area.

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

Thanks for the message!

Post count: 2

Thanks Catalin! It’s a wonderful theme!

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