Hi support,
On my checkout page the the company name is hidden behind the last name. How can I place the company name to the next rule?
https://www.superfoodkitchen.nl/afrekenen/
Thanks for your help!
Anita
Hi support,
On my checkout page the the company name is hidden behind the last name. How can I place the company name to the next rule?
https://www.superfoodkitchen.nl/afrekenen/
Thanks for your help!
Anita
Hey!
Try to add following code to css/custom.css:
.form-row-first, .form-row-last {
width: 48%;
}
Regards,
Peter
Yeah peter, great! It works for the invoice address, but not for the shipping address. Do you know this as well? Thanks!
Regards, Anita
Hey!
Try to add following code to css/custom.css (in addition to the code I posted above):
#shipping_company_field.form-row{
clear: both;
Regards,
Peter
You must log in to post.