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

    Hello,

    How do I override the constrained width of select, and input statements. They are a uniform, too small, size.

    I’ve spent ages trying to work this out. Your css is very hard to work out.

    Thanks

    #308363

    Hi twdlewis!

    Can we see an example of where that is happening?

    Best regards,
    Devin

    #308381
    This reply has been marked as private.
    #308561

    Hi!

    Thank you for the link.

    You can change the default width with this:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 300px;
    max-width: 100%;
    }

    Cheers!
    Ismael

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