• 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: padding between checkbox and description

padding between checkbox and description 12 years 7 months ago #19074

  • fdigital01
  • fdigital01's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 33
  • Thank you received: 1
can anyone please tell me how to get padding so the checkbox is separated from the description?

darlozoomers.com/index.php/become-a-presenter
The administrator has disabled public write access.

Re: padding between checkbox and description 12 years 7 months ago #19075

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello ,

You can use this code in your CSS and Javascript (backend > Components > RSForm! Pro > Manage Forms > your form > Properties > CSS and Javascript) :

<style>
#userForm label {
padding-left: 20px;
}
</style>
This is not official customer support. To receive your support, submit a support ticket here.
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!