Scroll Up Not Viewed On Mobile

Posted in: Newspaper
Post count: 6
Post count: 22421

Hello,

The scroll up is disabled for mobile devices using css. You can enable it by using this code in the theme panel->custom css box:

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

Thank you!

Post count: 6

Thank you for your response. How to place 10 px from the bottom.

Post count: 22421

Hi,

Please replace the previous code with this omne and change the bottom parameter with your preffered one:
@media (max-width: 767px){
.td-scroll-up {
display: block!important;
bottom: 66px!important;;
}}

Thank you!

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