Tagged: mobile, Scroll to Top Button
Scroll does top button is set by default and works as it should. But you see this arrow only until mobile landscape mode (1) not portrait. (2)
Why can’t you see the portrait mode?
How to fix it?
Hey Sven,
It has always been hidden on screens smaller than 767px to save space, it is not specific to landscape or portrait, it is only that some mobile devices happen to be larger than 767px in landscape mode. To show on all screens try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks for the code. Everything as it should be done – but doesn´t work.
Hi,
When I check your site I don’t find the css added, if you did add it then disable your caching plugin and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files.
If this doesn’t help then include a admin login in the Private Content area so we can examine.
Best regards,
Mike
DONE. I see this in portrait mode now.
Thanks
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike