Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tomasz WP Desk

    (@tomaszwp)

    Hello @tsabar

    The CSS of the theme determines the arrangement of the fields in the form. Please add this CSS to Appearance > Customize > Additional CSS to extend the fields to full column width on mobile devices.

    @media (max-width: 799px) {
    .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
    width: 100%!important;
    }
    }

    Please let me know if this change helped.

    Plugin Support Tomasz WP Desk

    (@tomaszwp)

    I am marking this topic as resolved as we have not received any new replies.
    Please let us know if you need our help again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘checkout fields not aligned’ is closed to new replies.