Home Forums WoodMart support forum Place “Scroll to top button” on left side? Reply To: Place “Scroll to top button” on left side?

#475313

Hello,

Sorry for the delay.

Please replace the code with this one:

body .scrollToTop {
    right: auto;
    left: 20px;
	transform: translateX(-100%);
}

body .scrollToTop.button-show {
    transform: none;
}

@media (max-width: 1024px) {
	
	body .scrollToTop {
			right: auto;
			left: 12px;
	}
}

If you have any questions please feel free to contact us.

Best Regards