Home › Forums › WoodMart support forum › Place “Scroll to top button” on left side? › Reply To: Place “Scroll to top button” on left side?
June 15, 2023 at 10:18 pm
#475313
Elise Noromit
Member
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