[Resolved] Input-field size

Home Forums Support [Resolved] Input-field size

Home Forums Support Input-field size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1162601
    Jose

    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

    #1162847
    David
    Staff
    Customer Support

    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

    #1164327
    Jose

    Thank you for your time and advise. I’ll do that.

    #1164394
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.