This topic has 2 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler
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.
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.
You must be logged in to reply to this topic.Log in/Sign up