Padding around radio button

  • Bruce Richardson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 week 2 days 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
[img


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
  • Away
  • Administrator
  • Administrator
More
1 week 1 day 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

Please Log in or Create an account to join the conversation.

  • Bruce Richardson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 days 21 hours 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

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
2 days 20 hours 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

Please Log in or Create an account to join the conversation.

  • Bruce Richardson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 day 14 hours 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!
 

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc