• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Box size

Box size 11 years 11 months ago #23240

  • emo285
  • emo285's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
hello excuse me for my English use a translator.

My question is if I create a text box, or a Birthday Field.
Where can I adjust the size of the box?

Thank you for your help
Last Edit: 11 years 11 months ago by emo285.
The administrator has disabled public write access.

Box size 11 years 10 months ago #23495

You can adjust the size of a field in the Attributes Tab > Size

Hope that helps!
The administrator has disabled public write access.

Box size 9 years 8 months ago #32309

Sorry, this information is not correct for the "Birthday" field. There is not an attribute for the field size that I can find. One would think this would be true. But, it is not. I also do not see a way to make the date formatting for the birthday look like this: dd/mm/yyyy. Again, one would think this would be a default where the three date fields would be side by side without having to make changes through PHP or javascript.
The administrator has disabled public write access.

Box size 9 years 8 months ago #32314

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Withing the Additional Attributes area, simply add something like this:

style="width:20px"
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: john651, eiverson

Box size 9 years 4 months ago #33591

  • eiverson
  • eiverson's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I found this syntax works as well:

style=“width:60%".

I tried this on a textarea component, however, but it did not yield any effect. From another thread, I found this to worked on adjusting textarea width by placing the following in the form’s Properties / “CSS and Javascript” tab:

<style type="text/css">
#userForm textarea{ width: 80% !important;}
</style>

I assume if one knows the CSS names for the other components, like "textarea", one could do this approach as well. I've not yet learned these names yet.

Anybody here know them?
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!