Site logo

Archived topic

WooCommerce Checkout - Address

3 replies · Started by pairfum on August 2, 2018

Viewing posts 1–4 of 4

Dear Tom,

On the WooCommerce checkout page, the following two fields are just one above the other but their fonts & styling don’t match:
• Create an account?
• Deliver to a different address?

You can see this here:
https://staging.pairfum.com/checkout/

Do you have a CSS code snippet that we can use to correct this?

By the way, the change of the left padding to 20px for the Stripe gateway works very well but only if we add !important to your code:
https://generatepress.com/forums/topic/various-transparent-header-ajax-cart-mobil-menu-disable-elements-woocommerc/#636573

Can this be right?

Many thanks for your help & support.

Kind regards,

Pairfum
https://www.pairfum.com

Hi there,

That is coming from WooCommerce' CSS directly.

However you can give this a shot:

.woocommerce form .form-row .input-checkbox {
    margin-right: 0px;
}

If you have premium, it might be good to mention it to their support.

Many thanks, Leo.

The code works very well.

I have contacted the WooCommerce support and passed on your code.

Kind regards,

Pairfum
https://www.pairfum.com

No problem!

This archived topic is closed to new replies.