We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

jhtml textarea width [Solved] | Forum

Topic location: Forum home » Support » General Questions
Harry
Harry Dec 17 '14
I'm looking to set the textarea width to 100%; right now it is set at 95%.  I can't quite find the right file to edit - thus far I found one place that defines a 95% wide textarea - /ow_static/plugins/base/js/htmlarea.js - which I changed but it did not change on the page ( specifically the forum topic comment form).  Can anybody guide me on what other file to edit?


Thank you.

The Forum post is edited by ross Dec 17 '14
ross Team
ross Dec 17 '14
 /ow_static/plugins/base/js/htmlarea.js - That is the right place, Harry. 

Enable dev mode and refresh the website, the changes should take effect then. 

Kяuncн Leader
Kяuncн Dec 17 '14

admin edit css


.forum_add_post .jhtmlarea {
width: 100% !important}

The Forum post is edited by Kяuncн Dec 17 '14
Harry
Harry Dec 17 '14
Thanks again Ross, I did that and its not changing.. Thanks, Krunch, that worked and overrode the inline css.  
Kяuncн Leader
Kяuncн Dec 17 '14
Most welcome Harry - [Solved]
ross Team
ross Dec 17 '14
Krunch thanks. 
Kяuncн Leader
Kяuncн Dec 17 '14

Quote from ross Krunch thanks. 

Your welcome...