How can I change the position of the top button.
What I want is to adjust the position of said button since I am going to include a Chat button and it is very close to each other.
I would like to be able to raise it a little
See screenshot
https://www.dropbox.com/s/yifqmf27fydjvnj/Captura%20de%20pantalla%202021-03-01%20a%20las%2011.58.13.png?dl=0
Hey Carlos,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #scroll-top-link {
bottom: 100px;
}
If you need further assistance please let us know.
Best regards,
Victoria
thank you.