Viewing 4 reply threads
You must be logged in to reply to this topic.
If you go here:
https://www.martymundy.com/1-noblue-tu/
and select add to cart, in billing on desktop you will see that the billing items are not lining up on the left.
Suggestions to fix this?
Hello,
You have added a custom code that have changed the default styling. Anyway you can fix that by adding this line of code into Custom Code or child theme style.css
`form.woocommerce-checkout #billing_last_name_field, form.woocommerce-checkout #billing_postcode_field, form.woocommerce-checkout #billing_email_field{margin-left:0px !important;}
Regards!
Hello,
Just make sure to have pasted it correctly. Go to the very end of every custom css you have in the Custom Css box, and then add this code. You there won’t be any messing with the brackets.
Best regards!
You must be logged in to reply to this topic.