Archived topic
Go to top left side
4 replies · Started by Richard on August 12, 2017
Viewing posts 1–5 of 5
Hi,
I'd like to place the go to back top icon on the left side on mobile, but somehow a float left doesn't work. Is it z-index?
Thanks for your help!
Richard
*back to top
( .generate-back-to-top )
Hi
Please see this example in the documentation and adjust it as necessary https://docs.generatepress.com/article/back-to-top-button/#moving-the-button. If you only need it on mobile you can put the css inside
@media( max-width: 768px ) {
/* Your css */
}
Thanks Jamal!
Awesome! That worked!
This archived topic is closed to new replies.