shipping option layout overlap with radio button

my website is www.moxaherbs.com

there is a layout problem on Cart page. after add to cart, the shipping method title overlap with the radio button. (as attached screenshot).

How to make it tidy?

Hi @moxaherbs,

Sorry to hear of the problem you are having.

I could confirm the issue on my test site using latest version of Dazzling theme and WooCommerce plugin therefore i have notified the theme developer to ix this issue.

In the meanwhile you can fix the issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

#shipping_method label {
  display: initial;
}

Best Regards,
Movin