Please post all pre-sales questions of all products on this forum

close spacing in radio button list

  • Sharon Betts
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #56047 by Sharon Betts
close spacing in radio button list was created by Sharon Betts
Can you direct me to the css that sets the spacing between entries in a radio button list? I would like to make them a lot closer together.

Or even better to make them appear on the screen in a horizontal line instead of vertical?

Thank you

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

More
9 years 3 months ago #56066 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic close spacing in radio button list
Hi Sharon

Could you please send me the link to the page so that I can look at it and guide you to change it?

Tuan

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

  • Sharon Betts
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #56089 by Sharon Betts
Replied by Sharon Betts on topic close spacing in radio button list
Of course

neleos.org/sf15-reg

I would really like to either bring the radio buttons closer together or have them print horizontally instead of vertically

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

More
9 years 3 months ago #56091 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic close spacing in radio button list
You can use Size property of the custom field to make it vertical. For example, with "Type of Reservation*", you can set Size to 3 and each row will display 3 options.

That should solve your issue. Could you try ?

Tuan

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

  • Sharon Betts
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #56095 by Sharon Betts
Replied by Sharon Betts on topic close spacing in radio button list
I did - and it made them horizontal
But, can I bring the button close to the choice? the spacing is going to have some people pick the wrong ones, i am sure.

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

More
9 years 3 months ago #56137 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic close spacing in radio button list
Hi Sharon

We will need to alter some css code to reduce the space. Could you please submit a support ticket sending us super admin account of your site so that we can do the modification for you ?

Regards,

Tuan

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

  • Sharon Betts
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #56154 by Sharon Betts
Replied by Sharon Betts on topic close spacing in radio button list
We are about to go live - so, I have set it up as 2 columns and we will make do.
If you tell me which css file I find the spacing in - I can perhaps change it once this form is finished.
What a wonderful offer to change it for me. Greatly appreciative.

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

More
9 years 3 months ago #56156 by Dũng Nguyễn Việt
Replied by Dũng Nguyễn Việt on topic close spacing in radio button list
Hello.
Please open file with this link: neleos.org/components/com_pmform/assets/css/custom.css
And add this css style:
body .pf-container .control-group fieldset {
border: none;
}
body .pf-container .control-group ul {
margin: 0!important;
padding: 0;
}
body .pf-container .control-group .row-fluid [class*="span"] {
width: auto;
background: none;
min-height: 10px;
padding: 0;
margin-top: 0;
margin-bottom: 0;
width: auto !important;
}
body .pf-container .control-group input[type="radio"], body .pf-container .control-group input[type="checkbox"] {
position: absolute;
}
Please to work on, and let's me know how does it look.
I will continue to fix if it still haven't look well.
Thanks.

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

  • Sharon Betts
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #56172 by Sharon Betts
Replied by Sharon Betts on topic close spacing in radio button list
Added custom code - but see little difference? neleos.org/sf15-reg
However, this is very usable for us as is.

Have you had a chance to examine reformating the email response to users? Just making it two columns would help. I sent you a couple of email examples. Would it be easier if I posted the question in another forum thread?

Thank you, Tuan

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

More
9 years 3 months ago #56200 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic close spacing in radio button list

Have you had a chance to examine reformating the email response to users? Just making it two columns would help. I sent you a couple of email examples. Would it be easier if I posted the question in another forum thread?


=> Sorry but it will require custom modification to the code. So I am afraid of you will need to find a dev to help you with this modification

Tuan
The following user(s) said Thank You: Sharon Betts

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

Moderators: Tuan Pham NgocGiang Dinh TruongMr. Dam