This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
In our cart we would like to have the radio button for shipping display on the right side of the text, can you provide us some CSS to do that?
http://www.dirtnroad.com/cart/
We would like to show options like that: http://www.dirtnroad.com/wp-content/uploads/radio_shipping.jpg
Thanks.
Hello,
Please use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.cart-collaterals #shipping_method label {
display: inline;
}
label > span.amount {
padding-right: 12px;
}
Regards,
Eva Kemp.
It displays the radio button left of the text but that’s very good for us.
Thank and have a good day.
Hello,
You’re welcome.
Have a good day too.
Regards,
Eva Kemp.
The issue related to '‘Shipping options display’' has been successfully resolved, and the topic is now closed for further responses