Viewing 4 posts - 1 through 4 (of 4 total)
  • #193344
    harukagnd
    Member
    Post count: 26

    Hi,

    I cant seem to layout the Terms and conditions checkbox correctly

    I tired a code you gave someone else:

    .woocommerce #payment .terms.location_confirmation {
    margin-bottom: 20px;
    }
    .woocommerce #payment .terms.location_confirmation input {
    position: relative;
    float: right;
    }

    But it doesnt seem to work. I tired both float right and float left

    Attachments:
    You must be logged in to view attached files.
    #193473
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce form .form-row input#terms {
        float: left !important;;
        margin: -27px 8px 0 0 !important;
    }
    
    .woocommerce #payment .terms > label{
    float: right!important;;
    }

    Thanks
    Mohammad

    #194157
    harukagnd
    Member
    Post count: 26

    Thanks very much! Works perfectly

    #194159
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks Mohammad.
    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register