I saw the screenshot you attached. Please describe in detail where you want to display the location of the scroll to top button to check it myself and help you out accordingly.
I saw the screenshot you attached. To move the scroll to the top button on the left side you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .scrollToTop {
margin-right: 20px !important;
}
You can increase the margin value according to your needs.