<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Radio buttons problem</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Radio buttons problem</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 08:50:23 +0000</pubDate>

<item>
<title>Saghalie on "Radio buttons problem"</title>
<link>https://www.machform.com/forums/topic/radio-buttons-problem#post-5075</link>
<pubDate>Tue, 17 Mar 2009 11:01:59 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">5075@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;imagine the Second and Third choice lined up with the first choice.  Silly forum...
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Radio buttons problem"</title>
<link>https://www.machform.com/forums/topic/radio-buttons-problem#post-5074</link>
<pubDate>Tue, 17 Mar 2009 11:01:00 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">5074@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I've tried this out with 2 radio groups with 3 radio buttons&#60;/p&#62;
&#60;p&#62;Using:&#60;br /&#62;
#li_1 label.description {&#60;br /&#62;
        float: left !important;&#60;br /&#62;
        width:20% !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_2 label.description {&#60;br /&#62;
        float: left !important;&#60;br /&#62;
        width:20% !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I had no issues getting them lined up.  With 3 buttons in each group it looked like&#60;br /&#62;
this:&#60;/p&#62;
&#60;p&#62;Multiple Choice 1 () First Choice&#60;br /&#62;
                  () Second Choice&#60;br /&#62;
                  () Third Choice&#60;/p&#62;
&#60;p&#62;Multiple Choice 2 () First Choice&#60;br /&#62;
                  () Second Choice&#60;br /&#62;
                  () Third Choice&#60;/p&#62;
&#60;p&#62;This is pretty much the way it looks.  Can you link your form so we can see what is happening?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Saghalie
&#60;/p&#62;</description>
</item>
<item>
<title>webcommerce on "Radio buttons problem"</title>
<link>https://www.machform.com/forums/topic/radio-buttons-problem#post-5072</link>
<pubDate>Tue, 17 Mar 2009 02:54:03 +0000</pubDate>
<dc:creator>webcommerce</dc:creator>
<guid isPermaLink="false">5072@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm still having a real problem with this : getting the radio button descriptions closer. Can anyone help please.&#60;/p&#62;
&#60;p&#62;Ron S
&#60;/p&#62;</description>
</item>
<item>
<title>webcommerce on "Radio buttons problem"</title>
<link>https://www.machform.com/forums/topic/radio-buttons-problem#post-5050</link>
<pubDate>Sun, 15 Mar 2009 06:33:39 +0000</pubDate>
<dc:creator>webcommerce</dc:creator>
<guid isPermaLink="false">5050@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for your advice.&#60;/p&#62;
&#60;p&#62;I tried out a different field with the following code:&#60;/p&#62;
&#60;p&#62;#li_28 label.description{&#60;br /&#62;
          float:left !important;&#60;br /&#62;
          width:5% !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_28 label.choice{&#60;br /&#62;
          display:inline;&#60;br /&#62;
          position:relative;&#60;br /&#62;
          margin-left; -0.2em;&#60;br /&#62;
          _top:0.2em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_28 input.radio{&#60;br /&#62;
          display:inline;&#60;br /&#62;
          margin-left: 0.2em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Result: the description and input buttons are on the same line. Great!&#60;br /&#62;
However, the button descriptions are stll way out to the right and the placement looks terrible. I tried the '-x.xem' going from 2.0 to -2.0 in stages. It only appears to shift the description even further away.&#60;/p&#62;
&#60;p&#62;I tried changing .choice and .radio separately and together, no joy!&#60;/p&#62;
&#60;p&#62;I checked out the other reference you quoted but the changes I made in the label.description and textarea.textarea didn't seem to make any difference.&#60;/p&#62;
&#60;p&#62;At this point I'm only working in the form using View Form to see results. I'm really stumped on this. Cannot see what else to do.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ron S
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Radio buttons problem"</title>
<link>https://www.machform.com/forums/topic/radio-buttons-problem#post-5045</link>
<pubDate>Sun, 15 Mar 2009 00:03:59 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">5045@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Ron,&#60;/p&#62;
&#60;p&#62;Try to adjust &#34;margin-left&#34; properties value smaller, for example :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;margin-left; -0.1em;&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it should make the description more closer between each options. and to make your options label in the same line, you can add this to your css :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_18 label.description {
	float: left !important;
        width:30% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;adjust the width value to get a proper result. If you want to make all label in the same line, try to follow this post :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/label-038-input-box-on-same-lin?replies=9&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/label-038-input-box-on-same-lin?replies=9&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>webcommerce on "Radio buttons problem"</title>
<link>https://www.machform.com/forums/topic/radio-buttons-problem#post-5033</link>
<pubDate>Sat, 14 Mar 2009 10:24:31 +0000</pubDate>
<dc:creator>webcommerce</dc:creator>
<guid isPermaLink="false">5033@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have used the following code to get the radio buttons in line:&#60;/p&#62;
&#60;p&#62;#li_18 label.choice{&#60;br /&#62;
          display:inline;&#60;br /&#62;
          position:relative;&#60;br /&#62;
          margin-left; 0.2em;&#60;br /&#62;
          _top:0.2em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#li_18 input.radio{&#60;br /&#62;
          display:inline;&#60;br /&#62;
          margin-left: 0.2em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;That works .... but&#60;/p&#62;
&#60;p&#62;how do I get each button description closer to the button itself? At present the descriptions appear way to the right of each button.&#60;/p&#62;
&#60;p&#62;Also, can I get the multiple choice description on the same line as the buttons themselves: so everything is on just one line?&#60;/p&#62;
&#60;p&#62;Any help appreciated.&#60;br /&#62;
Thanks.&#60;br /&#62;
Ron S
&#60;/p&#62;</description>
</item>

</channel>
</rss>
