I’m managing a couple of WooCommerce sites using the included Enfold theme and cant for the life of me figure out how to center the billing text checkout fields. The margin/padding on the right side appears to be twice as wide as the left side. Any quick fix for this?
Hey,
I looks like the issue is also present on the enfold demo page https://kriesi.at/themes/enfold-shop/checkout/
Screenshot from my page:
Hi,
I am afraid that we do not understand the issue exactly.
What is not ” centered ” can u help us understand that?
Best regards,
Basilis
Hey,
I mean the margins on the side. I would like the margin on the right side to be identical to the left side.
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .col2-set .col-1, .responsive #top .col2-set .col-2, .responsive .cart-collaterals .shipping_calculator {
width: 100%!important;
}
}
Best regards,
Mike
Perfect! Thanks