Tagged: back to top
Hi there,
The back to top arrow is not appearing on mobile on a site I have built – http://creativebusinessconsulting.com.au
My client would like this to appear, can this be fixed? Any assistance would be appreciated :)
Joey
Hi joey13!
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 so much, worked a treat!