Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992896

    Hi Support Team,

    Just a quick request. The wording at the bottom of the woocommerce checkout page on my website “I have read and agree to the website Terms and Conditions” appears under the check box. Can you please advise how to re-align?

    Many thanks.
    Kesdeg

    #993578

    Hey kesdeg,
    I took a look at your checkout and found there was a couple of check boxes and labels that were misaligned.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS:

    #top.woocommerce-checkout .form-row .input-checkbox {
        margin: 6px 8px 0 0 !important; 
    }
    #top.woocommerce-checkout label span {
        margin-left: 16px !important; 
    }
    #top.woocommerce-checkout label.woocommerce-form__label-for-checkbox {
    margin-top: -20px !important; 
    }

    Best regards,
    Mike

    #993736

    Nice one, thank you.

    #993762

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Misalignment of wording on Woocommerce Checkout Page’ is closed to new replies.