Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bullaka

    (@bullaka)

    I poked at it some more and found this works:

    input[type=”text”], input[type=”email”], input[type=”tel”], input[type=”url”] {width: 100%}

    Is there a better way or that’s what’s recommended?

    Plugin Author Constant Contact

    (@constantcontact)

    Overall that’s what we definitely recommend. We try to let the forms inherit from the theme as much as we can, but in this case it looks like it didn’t as much as ideal.

    That said, we’d recommend perhaps amending to this:

    .ctct-form input[type="text"],
    .ctct-form input[type="email"],
    .ctct-form input[type="tel"],
    .ctct-form input[type="url"] {
    	width: 100%;
    }

    This will help make sure you’re not accidentally expanding other inputs on the site to 100% unintentionally, which in a way is how we received the narrow ones originally, but most themes will hopefully have sane defaults for their setup.

    Thread Starter bullaka

    (@bullaka)

    Awesome! Thank you @constantcontact

    Plugin Author Constant Contact

    (@constantcontact)

    Welcome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form Field Size Increase?’ is closed to new replies.