• 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: Control space between caption and form field

Control space between caption and form field 13 years 10 months ago #10769

Hi,

The caption fields are 57px wide and everything is bunched to the left.

I want to expand the width of the caption field so most fit on one line.

You can see the problem here:

www.conciergefirst-wp.com/jfm_dev/index....icle&id=46&Itemid=37

How do I do this?

Thank you.

~rich
The administrator has disabled public write access.

Re:Control space between caption and form field 13 years 10 months ago #10778

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 722
  • Thank you received: 59
Hello,

Please note that you can change the style of the default layout by editing the code found in the "Form Layout" tab. In order to be able to edit the code you will first need to disable the "Auto-generate layout" option.

You can add the style declaration you want either inline or between the <style type="text/css"> </style> tags. You can use the "width" attribute in order to set the width of your columns, for example you could try editing the <td> tag that contains the field caption:

<td width="your desired width here">{field_name:caption}</td>
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.
  • 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!