• The checkout fields on the checkout page are appearing way too small, because of which nothing typed in those fields are visible. Any solution to this? Custom CSS or anything else

    Here’s a screenshot – https://imgur.com/a/zQBjMcy

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hey @suvamss,

    Some custom CSS will solve the issue. ??

    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
        max-width: 100%;
    }
    .woocommerce-checkout .form-row {
        display: block;
    }

    Please don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated. Instead, include it in your child theme (if you have one) or add this code in the custom CSS editor (usually titled Additional CSS) included in the Customizer.

    Let me know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Checkout fields appearing too small’ is closed to new replies.