Hello @zweckformee ,
Thanks for reaching out.
This checkout page of your site looks like a custom checkout page generate from your theme. They have a blank “paragraph” just before the checkout fields which creates the gap.
You can contact the theme developers to know the right purpose of the paragraph and if there is a quick solution to remove that. Alternatively, you can use this CSS in the wp-admin > Appearance > Customize > Additional CSS field to remove the margin from that particular paragraph on the checkout page.
.woocommerce-checkout .page-content > p {
margin: 0;
}
I hope the information helps.
Thank you 🙂
Awesome!
I am glad that it was helpful. I am going to mark this thread as resolved. If you have any other queries, feel free to open a new thread.
Thank you 🙂