Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #911057

    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?

    #911118

    Hey frodolini,
    Please include the url to the page in question so we can take a closer look. On my localhost the default setup is two columns:
    2018-02-12_074719

    Best regards,
    Mike

    #911120

    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:
    example

    #911324

    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

    #911390

    Hey,

    I mean the margins on the side. I would like the margin on the right side to be identical to the left side.

    example

    #911454

    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

    #911651

    Perfect! Thanks

    #911675

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘WooCommerce checkout text fields not centered in mobile view’ is closed to new replies.