Hello support,
Is there any Quick CSS that will allow me to move the back to top arrow from the lower right hand corner of the enfold site to the middle or left hand side of the site? I have a client wanting to use a chat app but it gets covered by the arrow.
Thanks for your help! – Gary
Hey alliancepp,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#scroll-top-link {
right: auto;
left: 50px;
}
Hope this helps :)
Best regards,
Nikko
Nikko, Good morning…thanks for your help the Quick CSS worked perfectly!