This topic has 6 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Jack Richardson
Hello,
Is there any way to have the Back to Top Button display on mobile devices?
It is a nice feature to have on mobile as well.
Please advise.
Thanks.
Ali
Hello,
Try to add this code into custom.css file.
@media (max-width: 767px){
.hidden-phone {
display: block !important;
}
}
Regards,
Robert Hall.
Hi Robert,
This worked for the back to top button but now I am seeing a bunch of new links and icons on the header. See the link below to my screen shots.
http://www.boleez.com/wp-content/uploads/screenshot.jpg
Please advise.
Thanks.
Ali
Hello,
We’re sorry. Please try to change this code:
@media (max-width: 767px){
.hidden-phone {
display: block !important;
}
}
to this
@media (max-width: 767px){
.back-to-top.hidden-phone {
display: block !important;
}
}
Regards,
Jack Richardson
That totally worked, thank you Jack!!!
Hello,
You’re welcome!
If you have any questions feel free to contact us.
Regards,
Jack Richardson
The issue related to '‘Back to Top Button’' has been successfully resolved, and the topic is now closed for further responses