scroll to top positioning
-
Hi,
Is it possible top move the scoll to top button to the middle of the page?
Kind regards.
Hello,
It’s not possible to stop the scroll in the middle of the page while moving to top with “Scroll to top button”.
If you want to change the button position and display in the centre of the screen then you can use the below CSS code in Theme Settings >> Custom Code >> Global Custom CSS:
.scrollToTop {
bottom: 50%;
}
Best Regards.
I actually wanted to have it sit in the middle bottom of the page which I have now achieved by using right: 50%. Another question is the animation, slide in from right, can I make it slide from bottom instead?
I have also just checked it on mobile and it doesn’t appear to be in the middle of the screen 🙁
Hello,
No, this animation can’t be applied with theme options.It requires customization and this is beyond our limitations and support policy.
For the mobile screens it works in my test site with the same CSS code. Clear your browser cache and then check again
Best Regards.