How to adjust spacing and center product page

Hi,

I was wondering if anybody could help me center our product page and decrease the spacing between the product image and the description/buy button?

Website: https://theloveclubbookshop.com/

Thank you!

Hi @kirstiedav

Add this at the end of your main css file :

@media screen and (min-width: 750px) {
  .product__info-wrapper {
    padding: 0!important;
  }
}

Hi! I was able to move the product description :slightly_smiling_face: Would you happen to know how to move the product image and grid, as well?

Thank you so much for your help!

Try this :

.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
  margin-right: 50px!important;
}

You can change the value, for example 50px => 60px