Hi, how can I move the scroll to top icon to the left?
I’ve tired this code:
#scroll-top-link { right: auto; left: 50px; }
But it doesn’t seem to work.
Hi DROR!
Please try adding !important rule as following
#scroll-top-link {
right: auto!important;
left: 50px!important;
}
Regards,
Yigit
didn’t help
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Sure, info added privately.
Hi,
Try the following instead:
#scroll-top-link {
right: auto !important;
left: 50px;
}
Thanks,
Rikard
Still doesn’t work.
Hi!
Did you install any cache or minify plugins? Please disable those plugins first then test the site again. I checked the plugins panel but I can’t read the description of a few plugins written on hebrew. The new css code is not added to the enfold.css file:
Cheers!
Ismael