I just noticed that the back to top button is not showing up on my iPhone in landscape mode. Not sure if this is normal behavior or not. Is there a way to make the back to top button appear on my iPhone in landscape mode? Thanks!
Hey djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block!important;
}}
Best regards,
Yigit
That fixed it, thanks! You can close this thread.