op-apartment.Html

3 replies·opened Aug 20, 2020
L
Luiz Augusto Correia de AraujoAug 20, 2020

Hi,

How to increase the lines on the message filed in the op-apartment template?

We have tried to increase the rows (from 7 to 20) value in the code bellow:

<div class="col-12 mb-4">
<textarea class="required sm-form-control border-form-control" id="template-contactform-message" name="template-contactform-message" rows="7" cols="30" placeholder="Your Message"></textarea>
</div>

It looks like something in the css...

Thank you!

S
SemiColonWebSTAFFAug 20, 2020

Hello,

You can consider using the following CSS Code:


textarea.border-form-control {
	height: 200px;
}

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.

L
Luiz Augusto Correia de AraujoAug 20, 2020

Hi,

Thank you. This worked fine.

We also changed the resize value from "none" to "vertical".

Here is the code on "/onepage/onepage.css" now:

textarea.border-form-control {
	resize: vertical;
	height: 200px;
	overflow: hidden;
	word-wrap: break-word;
}

[]s,

S
SemiColonWebSTAFFAug 21, 2020

Hello,

Glad that the issue was resolved.

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

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