• 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: CSS and Radio Button

CSS and Radio Button 14 years 3 months ago #9456

  • jboulton
  • jboulton's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
I'm having a problem with CSS and radio buttons and I would appreciate any suggestions:
www.skillscanadasask.com/index.php?optio...ormId=3&Itemid=99999

The labels are not being aligned beside the radio buttons. Thanks.
The administrator has disabled public write access.

Re:CSS and Radio Button 14 years 3 months ago #9460

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 722
  • Thank you received: 59
Hello,

You can try editing the my_rsform_styles.css file.Go to

#myform label {
color:#000000;
float:left; -->> comment/remove this line
font-family:Arial,Helvetica,sans-serif;
font-size:1.1em;
font-weightold;
margin-right:15px;
text-align:left;
width:100px;
}
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.

Re:CSS and Radio Button 14 years 2 months ago #9595

You can try editing the my_rsform_styles.css file

Where is this found?
Thanks
The administrator has disabled public write access.

Re:CSS and Radio Button 14 years 2 months ago #9599

  • bogdanc
  • bogdanc's Avatar
  • OFFLINE
  • Moderator
  • Posts: 669
  • Thank you received: 11
Hello,

This file in located in templates/js_simplicity/css/ and the code that my colleague suggested you to edit can be found around line 74.
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!