• 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: Radio Bullets Aligned to high - Not aligned w-text

Radio Bullets Aligned to high - Not aligned w-text 8 years 1 month ago #36676

  • fisette
  • fisette's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I'm using RSforms on Joomla! 3.6.5 site. I have 2 issues with the radio bullets.

Problem 1. The radio bullets are positioned too high next to each line of text - radio bullet is not aligning with the text for each option.

Problem 2. In Chrome, MS Edge, & Opera the radio bullets border and background color are not displaying or are VERY faint. The text for each radio bullet option is displaying but you can not see the radio bullets.

Use Firefox to view misalignment of bullets. As mentioned, you can't see radio bullets in the other browsers
HOME PAGE
50.87.249.165/~expedif0/ems/index.php
The administrator has disabled public write access.

Radio Bullets Aligned to high - Not aligned w-text 8 years 1 month ago #36680

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

Both problems are related to your template CSS definitions, and not to RSForm!Pro's, however, you can override these by going to Form Properties > CSS and Javascript > CSS area and insert similar to these:
<style>
 
.uk-radio, .uk-checkbox, input[type="checkbox"]:not([class*="uk-"]), input[type="radio"]:not([class*="uk-"]) {
   height: 18px;
   margin-top: 0;
   border: 1px solid #3c3c3c;
}
 
</style>
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!