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

    Hi all ^^

    Is it possible to modify the height of the formulary text area box ?

    example: http://goo.gl/cM1oRr

    Thanks

    #464188

    Hi Tokyo!

    Is that inside a color section or a fullscreen slider? You could try dragging a codeblock element to the page and add this inside.

    <style type = "text/css">
    textarea { height: 50px !important; }
    </style>

    But if that is not working or if it’s causing weird behaviour then send us a link to the page and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    #464205

    Hey :)

    is inside a color section!

    #464209

    Hey Elliott

    works perfectly, haha thank you very much :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify the height of the formulary text area box’ is closed to new replies.