Reduce message height

Home Forums Quform WordPress Reduce message height

This topic is: not resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26348
    omg
    Participant

    Needing to reduce the height of the “message” section. How do I do this?

    #26370
    katw
    Participant

    @omg

    Can you do a screenshot to explain what and where you mean?

    #26380
    omg
    Participant

    Here is screenshot

    Attachments:
    You must be logged in to view attached files.
    #26382
    katw
    Participant

    @omg thanks.

    You can do the style adjustment within Quform or you add the style override within your theme css.

    Within Quform:

    1. EDIT the textarea field you want to adjust.
    2. Choose STYLES tab. You can play with the preset field size options in “FIELD SIZE” or for more precise control:
      1. goto bottom CSS STYLES option
      2. click ADD
      3. Choose TEXTAREA FIELD from “Selector” popup.
      4. Type in your CSS. in this case: height:XXXpx; or whatever measurement you want EM or REM etc
    3. Click [save] to close field edit dialog
    4. Remember to [SAVE] form.

    OR

    Outside Quform:

    Edit your theme CSS and add:

    .quform-1 .quform-field-1_28 {
       height:80px;
    }

    Change .quform-1 to match your form ID. (1 = first form)
    Change the 1_28 number to match your textarea field ID number.

    Hope this has helped a little.

    • This reply was modified 5 years, 9 months ago by katw. Reason: Fixed markup
    Attachments:
    You must be logged in to view attached files.
    #26418
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy