Archived topic
Is it possible to add margin/ or keep "scroll to Top button" a little above
3 replies · Started by Ritesh on February 27, 2022
Viewing posts 1–4 of 4
Hi there,
this article explains how you can move the back to top:
https://docs.generatepress.com/article/back-to-top-button/#moving-the-button
In your case if you just want to move it up then this is the CSS:
.generate-back-to-top,
.generate-back-to-top:visited {
bottom: 100px; /* 100px from the bottom of your screen */
}
Adjust the 100px to suit your needs.
Thanks David
Ritesh
You're welcome
This archived topic is closed to new replies.