Hi,
i think enfold has the possibillity of a “nach oben” button for longer pages to scroll to top?
Cannot find where to activate. Maybe just for smartphones?
Thanks in advance
Auge
Hey Augeundso,
That should be visible once you scroll down a bit. If it’s not, then please post a link to where we can see the problem that you are having.
Best regards,
Rikard
Hi,
Thank you for the link.
The scroll-to-top button is there, in the bottom right corner of the page, beside the cookie consent message. If you want to move it to the left, use the following css code:
#scroll-top-link {
left: 50px;
bottom: 50px;
right: auto;
}
Best regards,
Ismael
Thanks,
cannot see one on my phone. But seems a problem on my phonebrowser cause i cannot see this on any page.
Thanke for help. Moved it to left.
Hi,
If you want to display the scroll to top link on mobile, then please add this to Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}
}
Best regards,
Rikard
Thanks a lot! Perfect. Works now even on my phone.