Vision Theme - Back-To-Top

Solved
tparty
New Member
5 0 0

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.

Accepted Solution (1)
SideNode
Shopify Partner
159 37 40

This is an accepted solution.

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

SideNode_0-1692614915755.png

 

Regards,
SideNode

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION

View solution in original post

Replies 4 (4)
SideNode
Shopify Partner
159 37 40

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

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION
tparty
New Member
5 0 0

Sure:

tupperware24.hu
Password: shaung

SideNode
Shopify Partner
159 37 40

This is an accepted solution.

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

SideNode_0-1692614915755.png

 

Regards,
SideNode

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION
tparty
New Member
5 0 0

Thank you so much!