I am using Woocommerce in a WP site with the theme BeTheme. When trying to edit the address on the mobile version customers see the form with out of alignment fields.
I checked the registration of users on the site and there is no registration for you. As I said earlier, you need to complete the registration and edit your address to view the problem.
2 - Click in "Finalizar compra". The same as Checkout in English.
3 - Page appears "Finalizar compra". On this page are the address fields to finalize the purchase of the user. It is on this page the problem, the fields are misaligned as image sent earlier.
Remember, only the mobile version that the problem happens.
Ok, thanks. So to sort this form on mobile, please use the following css:
@media only screen and (max-width: 420px) { .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 97%; } }
This is table and because tables are not responsive themselves, there is nothing what you can do in this case. Please also notice that because it's WooCommerce plugin, it has nothing to theme.
Comments
please send us link to page where form is unaligned.