Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #775691

    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!

    #775701

    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

    #775708

    Thanks so much! Worked like a charm. You can mark this as solved :)

    #775715

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Back to top icon missing on mobile phone views’ is closed to new replies.