- Posts: 11
- Thank you received: 0
Padding around radio button
- Bruce Richardson
- Topic Author
- Offline
- New Member
-
Less
More
11 months 3 weeks ago #166401
by Bruce Richardson
Padding around radio button was created by Bruce Richardson
Our registration form is working but has a display annoyance.
csvhfs.org/images/radiobuttons.jpg
Where would I increase the padding around the radio button to push the Yes and No a few spaces to the right? I inserted spaces in the Custom Field value, but it retained those spaces in the .csv database and I found that was a worse annoyance. So where would I give a little room to left or right of the button?
Thank you,
Bruce Richardson
Central States VHF Society
csvhfs.org/images/radiobuttons.jpg

Where would I increase the padding around the radio button to push the Yes and No a few spaces to the right? I inserted spaces in the Custom Field value, but it retained those spaces in the .csv database and I found that was a worse annoyance. So where would I give a little room to left or right of the button?
Thank you,
Bruce Richardson
Central States VHF Society
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 months 3 weeks ago #166440
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Padding around radio button
Hi Bruce
This should be controlled by css of your site template. Please submit a support ticket sending us super user account of your site and link to the page which we can see this issue
We are going to add some small custom css to get it sorted for you
Tuan
This should be controlled by css of your site template. Please submit a support ticket sending us super user account of your site and link to the page which we can see this issue
We are going to add some small custom css to get it sorted for you
Tuan
Please Log in or Create an account to join the conversation.
- Bruce Richardson
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
11 months 2 weeks ago #166535
by Bruce Richardson
Replied by Bruce Richardson on topic Padding around radio button
Thank you. I will follow-up on this in the next day or so. I will appreciate your assistance.
Regards
Bruce Richardson
Central States VHF Society
Regards
Bruce Richardson
Central States VHF Society
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
11 months 2 weeks ago #166541
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Padding around radio button
OK Bruce. Will check and get it sorted when I receive your support ticket
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Bruce Richardson
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
11 months 2 weeks ago #166564
by Bruce Richardson
Replied by Bruce Richardson on topic Padding around radio button
Tuan helped us with some Custom CSS and it was a perfect solution!
.eb-radio-container > * {
margin-left: 15px;
}
.eb-radio-container input[type="radio"] {
margin-right: 10px;
}
Thank you!
.eb-radio-container > * {
margin-left: 15px;
}
.eb-radio-container input[type="radio"] {
margin-right: 10px;
}
Thank you!
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.