How to remove white space from product page

@annikareed

Thanks

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
#ProductPrice {
margin-top: 0;
}
#AddToCartForm .js-qty {
margin-bottom: 0;
}
1 Like