July 9, 2021 at 9:20 am
#90294
Theme Horse Support Team
Keymaster
Hi Steve92,
To move the back-to-top to the left column just login to your Admin dashboard and go to Appearance > Customize > Additional CSS
and paste below custom css code:
.back-to-top {
right: inherit;
left: 30px;
}
Thank you!