• Resolved basscan

    (@basscan)


    Hello, the form input fields have a fixed width making them to wide on mobile. Is it possible to put a max-width 100% on them?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @basscan,

    I’ll take a look at including a maximum width for inputs in the next version of the theme. For now, you can add the following custom CSS:

    input, select, textarea {
        box-sizing: border-box;
        max-width: 100%;
    }

    — Anders

    Thread Starter basscan

    (@basscan)

    thank you

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