badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Move the back-to-top to the left column

#90294

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!