Scroll to top button doesn’t show on mobile device. I tried this even doesn’t work. Thx.
https://kriesi.at/support/topic/scroll-to-top-not-visible-in-mobiletablet-view/
Hi Harris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important ;
}}
Best regards,
Yigit
Worked great. Thanks.