Terms and Conditions line displaying improperly

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Terms and Conditions line displaying improperly

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #795000
    Chrissy Raudonis
    Participant

    On the checkout page my terms and conditions line displays like so:
    Terms and Conditions line
    Display is the same regardless of page zoom and browser. I would like the check box to be on the same line as the text. Thanks!

    #796561
    Stacy Lind
    Keymaster

    Hi Chrissy,

    Add the following to Appearance > Customize > Additional CSS:

    #mphb_accept_terms {
        display: inline-block;
        max-width: 15px;
    }
    .mphb_sc_checkout-wrapper label {
    width: 100%;
    }
    #796684
    Chrissy Raudonis
    Participant

    Worked perfectly. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.