Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 ??

    Thread Starter zweckformee

    (@zweckformee)

    It helped, thanks a lot!

    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 ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkout page margin’ is closed to new replies.