Mobile Scroll Up?

Posted in: Newspaper
Post count: 2

Hi,
The mobile view does not have a drop-down button at the bottom right. (Scroll Up Button)
How can I add it.
Happy if you help. Thanks.

Post count: 1043

Paste this code into the custom CSS section.
@media (max-width: 768px) {
.td-scroll-up {display:block}
}

If it does not show, use this
@media (max-width: 768px) {
.td-scroll-up {display:block !important}
}

Post count: 2

Problem solved. Thanks.

Post count: 1043

You are welcome.

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