Tagged: scroll to top
The scroll to top arrow is now missing on mobile view. http://www.themiamiluxuryrealtor.com
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