How can I reduce the white space on my webpage?

Does anybody know how to decrease the white space as visible in the screenshot? Won’t be too difficult I think, but as a coding noob, I can’t figure out where the code for the white space is hiding! web URL: https://glymmerclothing.com/products/short-sleeve-t-shirt

@glimmer_clothin

Hello,

Please add the below code above in theme.liquid.

.product__info-container .product-popup-modal__button { height: 2.2rem!important; } .product__info-container .product-popup-modal__opener { margin-top: 0!important; } .product__info-container product-form.product-form { margin-top: -20px!important; }

after the adding code looks like,

Hi @glimmer_clothin ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Perfectly explained, You should deserve more than just this comment for this but hey I need the money to invest. Very thankful for your help, really easy and even customizable!