Hello…Love the theme!
After updating, the little arrow on the lower right (back to top) disappeared on the mobile site.
The arrow is still working on the desktop site.
Please advise.
Kind regards,
David
Hey djsmbd!
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;
}
}
Regards,
Rikard
Thanks