Fix Terms and Conditions alignment

Home Forums Legacy Support Support queries Styling issues Fix Terms and Conditions alignment

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #188818
    LuizBra
    Participant
    Hi there, Could you please help me fixing the "Terms and Conditions" alignment?
    #188819
    LuizBra
    Participant
    This reply has been marked as private.
    #188875
    Ava
    Member
    Hello Elias Please Paste the below custom css code to Wp-admin > Appearance > Customization > Custom Css  >Publish .woocommerce-checkout #payment div.form-row { padding: 1.5em !important; } .woocommerce form .form-row .input-checkbox { margin: 13px 0px 0 -16px !important; } I hope this will work for you. Good Luck
    #189159
    LuizBra
    Participant
    This reply has been marked as private.
    #189167
    Ava
    Member
    Hi Elias Please paste this Custom Css code to Wp-admin > Appearance > Customization >  Custom Css > publish   .woocommerce form .form-row .input-checkbox { margin: 14px 0px 0 -16px !important; } .woocommerce-terms-and-conditions-checkbox-text{ margin-left:4px; }   @media screen and (max-width: 414px){ .woocommerce-terms-and-conditions-checkbox-text{ margin-left:2px; } .woocommerce-form__label-for-checkbox{ line-height: 1.4; } .woocommerce form .form-row .input-checkbox { margin: 5px 0px 0 -16px !important; } } Hope this helps.  
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fix Terms and Conditions alignment’ is closed to new replies.