Move back to (collection); at top left of page? (Debut Theme)

Solved
GetOrchard
Excursionist
34 2 5

Hi There,

 

I am currently trying to move my back button to the top left of the page when viewing a product.

 

Currently I have it sitting at the Top left, but I would like it a bit more 'raised' off the picture and lined up with it.

I am trying to move it to the top left, in the middle of the picture and Footer. I have attached a picture with a red box outlining around where I want it.


tes.png

 

 

 

 

 

If anyone could help me would be greatly appreciated!

Accepted Solution (1)
Ninthony
Shopify Partner
2303 347 992

This is an accepted solution.

You can add this to the bottom of your theme.css file in your assets folder:

.return-link-wrapper {
    margin-top: 0;
}

.return-link-wrapper .btn {
    margin-bottom: 40px;
}
If my solution helped you, please like it and accept it as the solution!
If you'd like to make any edits to your store, please send me a personal message and we can discuss what you'd like to accomplish 😄

View solution in original post

Replies 22 (22)