Questions about Payment Form extension

widen text area

  • Alison
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 years 11 months ago #81799 by Alison
widen text area was created by Alison
Hi

How can i widen the 'text area' input boxes.
(some of our users will not realise that they can drag the corner to enlarge the box.)
I would like to enlarge them by about 3 times
Image attached of what I want to achieve.

many thanks
Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #81831 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic widen text area
Hi Alison

Please try to edit the custom field, enter data for Rows and Columns settings of the field. Or maybe change the css class setting of that field to input-xxlarge

After that, the field should be larger. Right now, I think Rows and Columns are set to 0 and that's the reason causing the issue

Tuan
The following user(s) said Thank You: Alison

Please Log in or Create an account to join the conversation.

  • Alison
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
7 years 11 months ago #81844 by Alison
Replied by Alison on topic widen text area
Thanks Tuan
I was being very dim, working too hard.
I appreciate your time and help.

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #81858 by chiappa
Replied by chiappa on topic widen text area
I'm using this CSS so it fits the parent DIV:
Code:
#pmform-form textarea { width: 100%; }

Or can set width in pixels too
Code:
#pmform-form textarea { width: 500px; }
The following user(s) said Thank You: Alison

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc