• 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: How do I get the field title away from left

How do I get the field title away from left 16 years 11 months ago #296

  • hbrt
  • hbrt's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

I can't find a way to put the field titles a little bit away from the left border. Help is welcome.

Thanks
The administrator has disabled public write access.

Re:How do I get the field title away from left 16 years 11 months ago #297

  • crazycat
  • crazycat's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 77
hbrt wrote:
Hi,

I can't find a way to put the field titles a little bit away from the left border. Help is welcome.

Thanks

This can be done by adding a padding to the field title class.
td.fieldtitleclass{
display:block;
padding:0 0 0 20px;
}

enter any padding value suitable for you.
field class can be set via Forme Admin - see Form Style tab.

Cheers,
Adam<br><br>Post edited by: crazycat, at: 2007/05/12 17:15
As soon as you make something idiot proof, Nature makes better idiots!!!
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!