Home › Forums › Quform WordPress › Reduce message height
This topic is: not resolved
- This topic has 4 replies, 3 voices, and was last updated 6 years, 9 months ago by
Ally.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- July 23, 2018 at 7:27 pm #26348
omg
ParticipantNeeding to reduce the height of the “message” section. How do I do this?
July 25, 2018 at 6:00 am #26370July 25, 2018 at 5:24 pm #26380July 25, 2018 at 11:45 pm #26382katw
Participant@omg thanks.
You can do the style adjustment within Quform or you add the style override within your theme css.
Within Quform:
- EDIT the textarea field you want to adjust.
- Choose STYLES tab. You can play with the preset field size options in “FIELD SIZE” or for more precise control:
- goto bottom CSS STYLES option
- click ADD
- Choose TEXTAREA FIELD from “Selector” popup.
- Type in your CSS. in this case:
height:XXXpx;
or whatever measurement you want EM or REM etc
- Click [save] to close field edit dialog
- 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 the1_28
number to match your textarea field ID number.Hope this has helped a little.
- This reply was modified 6 years, 9 months ago by
katw. Reason: Fixed markup
Attachments:
You must be logged in to view attached files.July 28, 2018 at 11:34 am #26418Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.