Tagged: Scroll Up Button
Hello Support Team, how can I move the scroll up button to the left?
Hello,
try adding the following CSS:
a#scroll-top-link {
left: 50px !important;
}
Hi Talker77,
You can add this code in Quick CSS (located in Enfold > General Styling) or use the code @cherrmann gave since it does the same thing:
#scroll-top-link {
left: 50px;
right: auto;
}
@cherrmann thanks for helping out :)
Best regards,
Nikko