Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #833117

    The scroll to top arrow is now missing on mobile view. http://www.themiamiluxuryrealtor.com

    #833174

    Hey there!

    The scroll to top arrow is hidden for mobile view. You can try this in Quick CSS to display it

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

    Let us know if that helps.

    Best regards,
    Sarah

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.