Archived topic
adjust back to top button
3 replies · Started by Mary on May 26, 2022
Hi,
Is it possible to adjust the positioning of the back to the top button? I have a bottom header for lead gen that is covering the back to top button. See here: https://prnt.sc/jZddkLR4zBI2
I looked at the other forum/articles but found nothing so far.
Thanks a lot,
Mary
Hi there,
for sure - this article provides some CSS for that:
https://docs.generatepress.com/article/back-to-top-button/
So for example to move it up you can do this:
.generate-back-to-top,
.generate-back-to-top:visited {
bottom: 70px;
}
Hi David,
Thanks for that! I just realised that it was on the help article! Sorry I missed it.
Thanks again,
M
No worries - glad to be of help :)