Hi there,
I have lost my scroll to top-arrow (or maybe it never was there?). It is missing on mobile devices.
Can you help me bring it back?
Hope to hear from you!
Maaike
Hey maaikevk,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}
Best regards,
Rikard
Works like a charm :-)
Thanks Rikard