Hi all ^^
Is it possible to modify the height of the formulary text area box ?
example: http://goo.gl/cM1oRr
Thanks
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
Hey :)
is inside a color section!
Hey Elliott
works perfectly, haha thank you very much :)