Is there a way to shrink the size of the comment box? I have selected the small box but even that on is way to long. The space I'm putting this form in is small and I dont want scroll bars everywhere. If I could shrink the size of the paragraph box then I could get rid of the scroll bar at the bottom of the page.
Appnitro Software Forums » MachForm
Paragraph text Box
(2 posts)-
Posted 1 year ago #
-
You can try to add these CSS code for your form :
#li_3 textarea.textarea { width:50% !important; height:2em !important; }In there I assume the paragraph box id is 3, don't forget to change the id with yours.
Posted 1 year ago #
Reply
You must log in to post.