Billing Address & Shipping Address Field Layout

This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler

  • Avatar: gary@flux.com.my
    gary@flux.com.my
    Participant
    May 12, 2017 at 05:27

    Hi,

    Checkout page-Billing Address. As the images can see the County* text Layout is messy now.
    Checkout page-Shipping Adress. Also the Company name* text Layout is messy now.

    http://prnt.sc/f6v25k
    http://prnt.sc/f6v3ex

    We can’t style it with css.
    Where can we edit this form or any solution for it?

    Thanks.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 12, 2017 at 14:10

    Hello,

    Please use this code:

    .woocommerce-page form .form-row-wide {
        width: 100%;
        display: inline-block;
    }
    .select2-container--default .select2-selection--single{
    border-radius: 0;
        border-color: #E2E2E2 ;
        height: 34px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 32px;
    }
    .edit-link {
        display: inline-block;
        width: 100%;
    } 

    Regards,
    Rose Tyler.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.