• 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: checkboxes and item labels not aligned

checkboxes and item labels not aligned 9 years 10 months ago #31665

  • jcdonis
  • jcdonis's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Hey guys,

Does anyone know how to align the check boxes with the item labels? On my end, the labels are vertically lower than the check boxes, and I'm not sure if that's by design (screenshot below). I think it would look much nicer if they were flush. Any suggestions?



I'm using the latest version of rsform pro (v1.50.19).

Thanks!

Jc
The administrator has disabled public write access.

checkboxes and item labels not aligned 9 years 9 months ago #31792

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
This is happening most likely due to the fact that your template overrides the CSS definitions for the checkboxes/radio buttons. You can try achieving this by headding to Components > RSForm!Pro > Manage Forms > select your form > Properties tab > Css & Javascript and add the following style definition in the CSS field:

<style>

#userForm input[type="checkbox"],
#userForm input[type="radio"]{

margin-top:3px!important;

}

</style>

Note that if the checkboxes/radio buttons are still not displayed properly you can adjust the margin-t
My help is not official customer support. To receive assistance, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: harry8
  • 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!