i’m creating a website with Enfold theme but the scroll to top button is not there on iPhone (is working on android).
How to resolve
Hey davelaar,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #scroll-top-link {
display: block;
}
}
Hope this helps :)
Best regards,
Nikko