How to fix Shipping Options on Cart page misaligned?

Questions & AnswersCategory: WordPressHow to fix Shipping Options on Cart page misaligned?
Aric asked 7 years ago

Hi, I just installed WordPress, Woocommerce, and the Store theme. I went through the initial set up and just added two shipping options to see how they work. But on the Cart page, the shipping options overlap the radio buttons for each option.
Am I doing something wrong? I havent modified anything yet.

1 Answers
Best Answer
Rohit Tripathi Staff answered 7 years ago

Hi,

Please add the following to Custom CSS to fix the issues.

#shipping_method label { margin-left: 25px; }