How can I remove blank space on my product page?

Hey ,

I just wanted to ask quick how I can clear up that blank space between inkl. MwSt. and Mit unserem.

I really appreciate your time :slightly_smiling_face:

Hello ShockPain,
Please share your site url.
So that i can check and provide you exact solution here.

BlueCleaner.de

Passwort: 123

@ShockPain ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid->paste bellow code in bottom of file
#ProductSection-product-template .product__policies {
	margin-bottom: 0.4rem;
}
#ProductSection-product-template .product-form {
	padding-top: 0;
}

Thank you very much :slight_smile:

I also have another problem when I want to add something to card it says: Required parameter missing or invalid: items

I deleted before some html code:

{% for variant in product.variants %}

{{ variant.title }} {%- if variant.available == false %} - {{ 'products.product.sold_out' | t }}{% endif %} {% endfor %}

I really donโ€™t know what to do.

I have a similar issue I think if someone stumbles across this can they take a look at mine?? Iโ€™ve made a post aswell here is the link.

https://community.shopify.com/c/Shopify-Design/blank-space-on-product-page-below-quot-buy-it-now-quot-button-on/m-p/644547#M161063

thanks