How to get radio button float left
Paul Leune created the topic: How to get radio button float left
Hi, i want to align the radio buttons at the left of the label. How to get this done? (which css file to edit or is there an option in the options menu?)
Thnx in advance!
Please Log in or Create an account to join the conversation.
-
Topic Author
- Paul Leune
- Offline
- Fresh Boarder
-
- Posts: 3
- Thank you received: 1
8 years 10 months ago
Support replied the topic: How to get radio button float left
Dear Paul,
Please be informed, that this option will be available in the next major update of the plugin.
Thank you.
Best regards,
Web-Dorado team
Joomla extensions ,
Wordpress plugins ,
Drupal modules
Please Log in or Create an account to join the conversation.
8 years 10 months ago
Paul Leune replied the topic: How to get radio button float left
Thanks for your reply.
Can you please tell me how to fix this manually (i know how to change the positioning/floats but can't find the right file)?
I am in a hurry
Please Log in or Create an account to join the conversation.
-
Topic Author
- Paul Leune
- Offline
- Fresh Boarder
-
- Posts: 3
- Thank you received: 1
8 years 10 months ago
Support replied the topic: How to get radio button float left
Dear Paul,
Please add the following code to the CSS of your form's theme:
.wdform-ch-rad-label {
float: right !important;
}
.forlabs {
float: left !important;
margin-right: 0 !important;
}
.wdform-field[type="type_radio"] .wdform-element-section div div, .wdform-field[type="type_checkbox"] .wdform-element-section div div {
float: left;
}
Thank you.
Best regards,
Web-Dorado team
Joomla extensions ,
Wordpress plugins ,
Drupal modules
Please Log in or Create an account to join the conversation.
8 years 10 months ago
Please Log in or Create an account to join the conversation.
-
Topic Author
- Paul Leune
- Offline
- Fresh Boarder
-
- Posts: 3
- Thank you received: 1
8 years 10 months ago