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:
It looks like something in the css...
Thank you!
3 replies · opened Aug 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:
It looks like something in the css...
Thank you!
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.
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,
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