• 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: Caption Alignment

Caption Alignment 14 years 3 months ago #9686

  • paputxi
  • paputxi's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Does anyone know how to get the text defined in the Caption field of a Textbox component to be aligned at the top rather than in the middle? I tried putting 'style="vertical-align:text-top;"' (without the single quotes) in the Additional Attributes field, but it did not work.

Any advice would be greatly appreciated. Thanks in advance.
The administrator has disabled public write access.

Re:Caption Alignment 14 years 3 months ago #9716

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
You can try adding a CSS attribute similar to this one in the table tag of the fields caption:

style="vertical-align:text-top;"

The layout of the caption should look similar to this:

<td style="vertical-align: text-top;">Designation (Optional)</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!