How to expand the size of the contact form fields?

2 replies · opened Jan 25, 2022

MmiloJan 25, 2022

Hi all,

How can I expand the size of the contact form fields? I need multiple lines of text to be visible.

Many thanks!

SSemicolon WebSTAFFJan 26, 2022

Hello,

You can consider using the following CSS Code:
[ch_pre type="css"]textarea.border-form-control {
resize: vertical;
height: 8rem;
}[/ch_pre]

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

MmiloJan 26, 2022

Thanks!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard