I want to move my scroll to top box with arrow about 10 pixels to the left (still keep in right hand of screen) as it is overlapping a chat box I have.
How can I do this with custom script, thanks!
Hi zebravision,
Try adding this CSS code in Enfold > General Styling > Quick CSS:
#scroll-top-link {
right: 60px;
}
Just increase the value to move it to the left (default value is 50px).
Best regards,
Nikko