Tagged: button, Scroll Up Button
The scroll to the top button is a great feature in Enfold but I believe it will be a point of frustration for many of my readers. I’ve noticed that the button stays in the same size and in the same location even when on a mobile device and I can imagine it is easy to bump sitting out more in the middle of the screen on devices with smaller screens such as iPhones.
Is it possible to move the location of the scroll button to the very edge of the window? Meaning it is always at the very bottom left corner of the screen instead of slightly out?
Thanks!
Hi wendlandm!
Please add following code to Quick CSS in Enfold theme options
#scroll-top-link { right: 0; bottom: 0; }
Regards,
Yigit
Yigit,
Thanks! That worked great!