Tagged: back to top, mobile, phone
Hi there,
I just noticed that the back to the top icon doesn’t show up on mobile views, though I do see it on tablets, laptops and desktops. How can I make it visible for phone as well? Thanks!
Hey 1lizcollins,
Try adding the following to quick css:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}
Best regards,
Jordan Shannon
Thanks so much! Worked like a charm. You can mark this as solved :)
Hi,
Great, I am glad this was able to fix your problem. If you need additional help, please let us know here the forums.
Best regards,
Jordan Shannon