Scroll Up button is not showing in mobile ? How to fix it?

Posted in: Newspaper
Post count: 2

Please help me. Scroll Up button is not showing in mobile ? How to fix it?

Post count: 23312

Hi,

Unfortunately, this functionality has been hidden on Mobile devices because of the width of these devices are too short and is useless. If you want to enable this arrow to mobile, please check the code below and place it in Theme panel -> Custom CSS area.

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

Thank you!

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