Hi. I need to adjust the orientation of the “back to top of page button”.
-
Hi. I need to adjust the orientation of the “back to top of page button”. Adjustments to the left and up are required. What should I do?
Attachments:
You must be
logged in to view attached files.
Hi,
You can adjust the position of the “back to top” button by changing the bottom and right values in the following custom code.
body .scrollToTop {
right: 40px;
bottom: 40px;
}
Regards
Hello. The code you gave me can only work on the computer, but it’s still the same on the mobile phone.
Hi,
Place it with desired values in the “Custom CSS for mobile” (https://prnt.sc/f55Yhnf8-LtK) area in theme settings.
Kind Regards