Tagged: scroll to top, scroll up arrow
Hi
Is there a setting or CSS to add a ‘Scroll to Top of Page’ as we get in the bottom right corner of the desktop view?
So you can see and use it on small screens like Mobile devices?
Hey Dave,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #scroll-top-link {
display: block!important;
}}
Best regards,
Jordan Shannon
Fantastic it works … you’re awesome :)
Tnanks Mate