Archived topic
Input-field size
3 replies · Started by Jose on February 12, 2020
Hello heroic support,
This time I'm trying to style a checkout page...
Please see the link and notice where you choose the country (País), that one input field is too wide.
How can I make it narrower to fit in the mm-checkoutInfoBlock ?
Attached screenshot:
https://drive.google.com/file/d/1nQOic92RNBadZVMi6fr4PehmMEsrk0VI/view?usp=sharing
Hi there,
try this CSS:
#mm-account-information-section table {
table-layout: fixed;
}
May be worth checking with the checkout plugin author as well - as that table isn't responsive for smaller screens
Thank you for your time and advise. I'll do that.
You're welcome