• Resolved keysar viktoria

    (@keysar-viktoria)


    Hello, could you help me to resize the textarea on my site 2israel.org? I want to make it shorter and wider.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    Do you know what plugin you are using to display the form?

    Thread Starter keysar viktoria

    (@keysar-viktoria)

    Thanks for the answer, but I’ve already solved this problem, using this code:

    .wr-value-Others
    {
    min-height: 100px !important;
    min-width: 400px !important;
    max-width: 500px !important;
    resize: vertical !important;

    }
    In case somebody’ll have the same problem

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