Skip Navigation

[Resolved] Set cred form WYSIWYG field height

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 3 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#2232691

This should be an easy one but how do I set the height of the WYSIWYG custom field I added to a Cred Form? Right now it's too small heightwise, but I don't know how to change it. No CSS rules seem to help.

#2232843

Hi,

Thank you for contacting us and I'd be happy to assist.

On my test website, I was able to set a min-height for the WYSIWYG fields, using this CSS code:


.wp-editor-container .mce-edit-area.mce-container,
.wp-editor-container textarea.wpt-wysiwyg {
	min-height: 450px;
}

I hope this helps and let me know if you need any further assistance around this.

regards,
Waqar