Appnitro Software Forums » MachForm

Paragraph text Box

(2 posts)
  • Started 1 year ago by azsupergirl
  • Latest reply from redityo

  1. azsupergirl
    Member

    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.

    Posted 1 year ago #
  2. 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 #

RSS feed for this topic

Reply

You must log in to post.