This topic has 4 replies, 2 voices, and was last updated 3 years ago ago by Olga Barlow
Hi!
although it is enabled, the “Back to top button on mobile device” does not appear.
Any fix?
Thank you.
Hello,
Add the below code to theme options > Custom CSS
@media only screen and (max-width: 480px){
#back-top {
display: block;
}
}
Regards
Fix it!.
thank you for your fast response.
Regards.
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up