Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #394864

    I just noticed that the back to top button is not showing up on my iPhone in landscape mode. Not sure if this is normal behavior or not. Is there a way to make the back to top button appear on my iPhone in landscape mode? Thanks!

    #395102

    Hey djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block!important;
    }}

    Best regards,
    Yigit

    #395165

    That fixed it, thanks! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Back to top button’ is closed to new replies.