Can I move the Back-To-Top button to the left in Vision Theme?

Dear All,

I am using Vision Theme. My question would be, is it possible to replace the Back-To-Top button from the right down corner to the left down corner?

Thank you in advance.

hi @tparty

Its SideNode! We will be happy to help you today.

Could you please share the URL of the frontend, so I can view the website and check the issue?

Regards,
SideNode

Sure:

tupperware24.hu
Password: shaung

hi @tparty
Its SideNode! We will be happy to help you today.

@media only screen and (min-width: 1068px) {
    .back-to-top {
     
      left: 20px!important; }
 }

Please use this CSS code at the end of your app.css file in the assets folder."
:Reasults

Regards,
SideNode

Thank you so much!