HI,
How do I set up the scroll up button on the mobile?
when I scroll all the way down the page I would like to have a button which will take me to the top.
Also where can I set up the menu button to appear all time while I am scrolling down?
Thank you
Hey comelen!
Add the following code to your custom CSS
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}
let us know if that works
Best regards,
Basilis
Yes! great! thank you!
Hey!
Glad we got it short out.
Please do open a new ticket, if you need anything else.
Regards,
Basilis