Archived topic
Back to Top Button Pushing Over Content
3 replies · Started by Ian on August 13, 2019
Hi
On my site I have the Back to Top button enabled and it is pushing over the screen content - especially important on mobile devices where content area space is so restricted.
I just added the following CSS but it dis not help.
/* Adjust Back to Top Button */
body .generate-back-to-top, body .generate-back-to-top:visited {
right: 30px;
bottom: 30px;
left: unset;
}
Is there any way to ensure the button floats over the content rather than reserve itself a space on the right or left of the screen?
Thanks
Ian
Hi there,
the back to top is set to a fixed position so by default floats over the content.
I am seeing is horizontal movement on your site, this is due to the advert in the footer not being responsive. If you can make sure its a responsive banner ad in your ad setup then this should cure the problem
Hi David
Right I got it - those pesky ads again.
Much obliged
Ian
You're welcome