Tagged: mobile
Hi!
Is there any way to add the scroll back to top button on mobile?
Thanks!
Best,
Hanna
Hey HannaVogt,
Try add to add this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #scroll-top-link {
display: block !important;
}
}
Let us know if it works :)
Best regards,
Nikko
That was it, great! Thanks!
Best,
Hanna