To the Top button on Mobile View

Posted in: Newsmag
Post count: 17

Per your instruction I have placed this in the custom css to have the “To the Top” button appear on my mobile phone, and although you have provided a screenshot, it still does not appear on my phone. I have an Android (Note 3). I am not sure if that matters, but what can I do at this point to get it to appear? Thanks in advance.


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

Post count: 17

Please disregard. This works.

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