2014.1.317.8 - 3/18/2014 - fix CSS issue when using Radio Button display for Shipping methods.


When using the Radio Button display type for the Shipping Method selection on the shopping cart, the radio buttons looked weird.

 

To fix this you will need to add the following CSS to your theme. (Preferably in the /* [ShoppingCart] */ section, near the other related CSS)

 

.ShippingSelect input[type=radio] { float:none; width:auto; }
.ShippingSelect input[type=radio] + label { display:inline; padding:0;}

 

Correct Appearance:

 

 

How helpful was this article?
Number of questions: 0