Site logo

Archived topic

WooCommerce checkout page text alingment issues.

3 replies · Started by _blank on March 11, 2022

Viewing posts 1–4 of 4

Hi,
I'm using GP Premium and a text field (Create an account?) on my WooCommerce checkout page is not aligned with other text. Site is https://timelessechoes.com/

Hi Lorenzo,

Seems Woocommerce added a right margin to the checkbox on this one, but not the one blow.
https://www.screencast.com/t/suqXiLWkt2

Try add this CSS to remove the margin:

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

Super Ying!!! That CSS worked. Thanks have a great weekend!!

You are welcome! Enjoy your weekend :)

This archived topic is closed to new replies.