Tagged: back to top, mobile
Hi guys,
As requested by our customer we’d like to display the ‘back to top arrow’ on mobile devices.
Would this be possible with a simple solution? ( css ? )
Thanks for letting me know ;).
Kind regards
Hey jeroenvandessel,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link.avia_pop_class {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks!
Worked perfectly.
Topic can be closed.
Hi,
Glad Victoria could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit