Hi, I’d like to move permanently the #top icon to the left hand side of the website.
How can I do that?
Thanks!
Hey mooshonov,
Please try the following in Quick CSS under Enfold->General Styling:
#scroll-top-link {
right: auto;
left: 50px;
}
Best regards,
Rikard
Sorry that didn’t work.
Hi,
Could you post a link to where you are adding this please? Did you try to add !important; after the statements?
Best regards,
Rikard
Hi,
Adding the code in Quick CSS under Enfold->General Styling.
#scroll-top-link {
right: auto;
left: 50px;
!important;
}
Hi,
Try this instead:
#scroll-top-link {
right: auto !important;
left: 50px!important;
}
If we can’t see the actual results you are getting then it will be difficult to help you out.
Best regards,
Rikard
Thanks so much! It’s working great!