Hello,
Please could someone help me to fix the problem with spacing between the radio button and label in the shipping options area of the checkout/cart on Woocommerce?
I’ve tried the following code in the custom CSS area with no success:
.woocommerce-shipping-methods input[type=”radio”] {
padding-right: 5px;
vertical-align: middle;
}
Thanks in advance