How to Get Menu Up Button on Mobile Pages

Posted in: Newspaper
Post count: 3

Hi,
I am new to using newspaper theme, i see that a small menu up blue icon comes up when ever i scroll down, if i click that it take me to top of the page. Its a cool feature, however the button does not come on mobile devices can any one please help my website is – http://www.lordofmarketing.com/

Post count: 22421

The scroll to top button has been hidden on mobile devices by default.
If you want to enable it you must use this custom css in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks.

Post count: 3

thanks bogdan it worked

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