Tagged: Woocommerce Checkout
Hey there,
I want to make an adjustment to my woocommerce/enfold checkout.
It should look like (picture in private content):
The customer information should be centered and the delievery adress checkbox underneath it.
Thanks in advance :)
nobody?
I really need that to be solved and I have no idea at all.
Hi,
You can fix it adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.checkout .col-1 {
width: 100% !important;
}
Best regards,
John Torvik