This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hi,
I have a self-pickup option define for shipping option with a short sentence as label. The problem is that the radio button appear on the first line and the label on 2nd and 3rd lines.
How to make than all appear as 2 lines? The issue happen in cart page and checkout page.
Thank you.
Hello,
Please try to add this code in Theme Options > Styling > Custom css or in style.css file of child theme:
#shipping_method input[type="radio"] {
height: auto;
vertical-align: top;
}
#shipping_method li label {
max-width: 85%;
}
Regards
The issue related to '‘Shipping option radio button not on the same line as shipping label description’' has been successfully resolved, and the topic is now closed for further responses