Page 1 of 1

Rich Text Area width

Posted: 2015-04-28 18:23
by SkayyHH
Hello, is there a solution to set the width for richt text areas? The rich text field is more wide than the other input fields.

Thanks much and best regards, kai

Re: Rich Text Area width

Posted: 2015-04-30 06:35
by Satya Kavala
Hi SkayyHH,
please find '<%%HTMLAREA(address)%%>' tag in your required filename_templateDV.html template in templates folder of your project.
it looks like below

<div class="form-group">
<label for="school" class="control-label col-lg-3">School</label>
<div class="col-lg-7"> // here you can arrange the width by reducing the col-lg-9 to 7 or 8 and etc...
<%%HTMLAREA(school)%%>
</div>
</div>

have a nice day

Re: Rich Text Area width

Posted: 2015-04-30 07:09
by SkayyHH
Hello,

thank you very much for your help!

Is there a solution to change this with hooks? The templates will be generated new after every change.

Thanks again,

Kai

Re: Rich Text Area width

Posted: 2015-04-30 10:43
by Satya Kavala
Hi Kai,
it was depending upon the css so in hooks folder there are no changes. But I think it may be done by using java script we can change the css of a particular field depending upon the id .

Re: Rich Text Area width

Posted: 2015-05-14 12:16
by Satya Kavala
Hi,

If you want the solution please PM me the template file and screenshot of the template then i can make the changes and send it to you back.