kentster VIP
Total posts: 54
09 Feb 2014 19:41

I am using Cobalt comments and would like to downsize the text input box. We are using this for short comments and the box size is pretty huge. Thanks for any help!

Kent

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
10 Feb 2014 02:18

I am not absolutely sure which one you mean. The HTML editor? Or name and email inputs?


pepperstreet VIP
Total posts: 3,837
10 Feb 2014 04:32

Sergey
Total posts: 13,748
10 Feb 2014 05:29

That is what I am thinking of right now.


kentster VIP
Total posts: 54
10 Feb 2014 07:15

Yes, the 500px box is what I am trying to change... I'll try the ideas in the linked post. Thanks!


kentster VIP
Total posts: 54
10 Feb 2014 07:33

I added this to the template css and it worked great... That is indeed a juicy little CSS trick :)

textarea[style] {

   width: 80% !important;

   height: 150px !important;

}
Powered by Cobalt