<?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: Theme styling for multiple choice items and name</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Theme styling for multiple choice items and name</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:30:57 +0000</pubDate>

<item>
<title>yuniar on "Theme styling for multiple choice items and name"</title>
<link>https://www.machform.com/forums/topic/theme-styling-for-multiple-choice-items-and-name#post-18151</link>
<pubDate>Wed, 01 May 2013 10:50:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18151@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The font size for those items you mentioned can't be controlled through the theme editor indeed. You will need to add custom CSS code for that.&#60;br /&#62;
So, let say you would like to set the font size for those items to 12px, you can add this code into your theme's &#34;Advanced CSS&#34; section:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body label.choice {
  font-size: 12px;
}

#main_body form li span label{
  font-size: 12px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Changing the width of the name fields also require custom CSS code.&#60;br /&#62;
You can add this CSS code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.simple_name_1 input{
  width: 150px;
}
.simple_name_2 input{
  width: 200px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;simply play around with the widths above.
&#60;/p&#62;</description>
</item>
<item>
<title>mitchellm on "Theme styling for multiple choice items and name"</title>
<link>https://www.machform.com/forums/topic/theme-styling-for-multiple-choice-items-and-name#post-18124</link>
<pubDate>Mon, 29 Apr 2013 20:18:09 +0000</pubDate>
<dc:creator>mitchellm</dc:creator>
<guid isPermaLink="false">18124@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Perhaps I'm missing something simple, but I'm not seeing options for changing these theme items:&#60;/p&#62;
&#60;p&#62;1. multiple choice (specifically the font size of the listed multiple choice items)&#60;br /&#62;
2. name field width (I'd like to make both &#34;first&#34; and &#34;last&#34; name widths wider&#60;/p&#62;
&#60;p&#62;Essentially I've edited my theme so basic font sizes are 13 or 14 px. The multiple choice options text size now seems very small in comparison.&#60;/p&#62;
&#60;p&#62;In addition, with the increase in font size, the name fiels are too narrow. I can easily control the width of other field forms (short, medium, long) but apparently not with the name option.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
