1. Blubber99
  2. General
  3. Thursday, March 24 2016, 11:39 AM
Hi there,

I'm still fascinated about your great product :) .

But I need some help in tuning my template: I do have a text area field but the displayed field size is way so small (like 2 lines and 20 chars per line).

Is there a possiblility to extend the default size of a textarea filed? Like a width of 80 or so percent (responsive) and a fixed height of 200px?

I tried to fix this within my custom.css but with changing something a also changed some other completely different textarea fields, too :(

Would be great if you could help me with this.

Best regards,
Chris
admin Accepted Answer
Admin
Hi,
you can add something like this:
textarea#jform_vita{
height:200px !important;
width:50%; /* Like all other text field */
}
  1. more than a month ago
  2. General
  3. # 1
Blubber99 Accepted Answer
Pro
Great support - as always. Works perfectly.

Thanks!
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.