Terms and Conditions line displaying improperly

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

  • This topic has 2 replies, 2 voices, and was last updated 6 years ago by Chrissy Raudonis.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #795000

    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

    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

    Worked perfectly. Thanks!

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