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
Rich Text Area width
-
- Veteran Member
- Posts: 45
- Joined: 2015-04-15 06:33
- Location: Hyderabad
- Contact:
Re: Rich Text Area width
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
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
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
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
-
- Veteran Member
- Posts: 45
- Joined: 2015-04-15 06:33
- Location: Hyderabad
- Contact:
Re: Rich Text Area width
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 .
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 .
-
- Veteran Member
- Posts: 45
- Joined: 2015-04-15 06:33
- Location: Hyderabad
- Contact:
Re: Rich Text Area width
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.
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.