Shipping option radio button not on the same line as shipping label description

This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler

  • Avatar: themelover
    Kelly
    Participant
    December 13, 2017 at 16:54

    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.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2017 at 09:43

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.