Tagged: scroll to top
hi,
I noticed “scroll to top” button was not displayed on mobile.
I want to display this button always on mobile.
How can I resolve it?
hidemayuzumi
oh….
I found the answer in documentation….
thx:p
Hi,
Great, glad you found the answer :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi hidemayuzumi, can you tell me where you found this in the documentation? I can’t seem to find it.
Thanks,
Slade
Hey Slade,
Add this to quick css:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}
Best regards,
Jordan Shannon
Perfect! Thanks Jordan!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon