Add padding between 'back to collection' and product photo?

Hi, as you can see my 'back to (collection) is very close to my product photo. How can I make more space in between?

1 Like

Add this code to the bottom of timber.scss.css

.grid.product-single {
  padding-top: 40px;
}

Thank you! I also have another question, I can see ‘back to collection’ on desktop, but not on mobile. Do you know how to fix this?

1 Like

@adthai

Please share store URL.

Thanks!