[Resolved] textarea width in MAIN theme (child)

Home Forums Support [Resolved] textarea width in MAIN theme (child)

Home Forums Support textarea width in MAIN theme (child)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #198945
    albabes

    re: http://greenvalleycomputerrepair.com/contact/

    Hi again Tom.

    I’m using Contact 7 form on above form in your MAIN theme, v1.3.31, as a CHILD.
    I altered your theme CSS code below, but TEXTAREA still is at 100%.

    textarea {overflow:auto; vertical-align:top; /*width:100%;*/}

    I’d like it to size normally, like the INPUT boxes are.

    Thanks Tom
    AL

    #199072
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You’d want to use this CSS then:

    textarea {
        width: auto;
    }
    #199472
    albabes

    Thank you Tom.

    #199489
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #199578
    Mosche

    Thanks Tom,

    This was useful to me as well.

    #199661
    Tom
    Lead Developer
    Lead Developer

    Awesome ๐Ÿ™‚

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