Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
Back to top button alignment
Fleiding
May 2018
in
Theme support
When visiting my site (
https://www.pokemonunited.nl/
) on a mobile device, the back to top button is not aligned in the centre as the rest of the text. What CSS can I use to fix this?
Comments
Bryan
May 2018
Hi,
try this css
@media
(max-width:767px){
#back_to_top {
margin: 0 auto !important;
margin-bottom: 20px !important;
}}
thanks
Fleiding
May 2018
Unfortunately no effect.
Bryan
May 2018
Please paste this css into the beginning of the custom css in theme options>custom css and clear browser cache.
thanks
Fleiding
May 2018
Forgot to purge the Cloudflare cache the last time, it is working now!
Sign In
or
Register
to comment.
Comments
try this css thanks
thanks