Site logo

Archived topic

textarea width in MAIN theme (child)

5 replies · Started by albabes on June 2, 2016

Viewing posts 1–6 of 6

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

Hi there,

You'd want to use this CSS then:

textarea {
    width: auto;
}

Thank you Tom.

You're welcome :)

Thanks Tom,

This was useful to me as well.

Awesome :)

This archived topic is closed to new replies.