<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Wrong field sizes and radio button spacing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/wrong-field-sizes-and-radio-button-spacing</link>
		<description>Gravity Support Forums Topic: Wrong field sizes and radio button spacing</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:37:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/wrong-field-sizes-and-radio-button-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Wrong field sizes and radio button spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wrong-field-sizes-and-radio-button-spacing#post-12946</link>
			<pubDate>Thu, 18 Nov 2010 19:29:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The zip code field is wrapped in a span with a unique ID as does the input field. You can use CSS inheritance to style anything else from there.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper span#input_1_2_5_container input#input_1_2_5 {width:100px!important}&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wraycodesign on "Wrong field sizes and radio button spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wrong-field-sizes-and-radio-button-spacing#post-12943</link>
			<pubDate>Thu, 18 Nov 2010 18:25:57 +0000</pubDate>
			<dc:creator>wraycodesign</dc:creator>
			<guid isPermaLink="false">12943@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just switched from percent positioning to pixels and that fixed the problem on that page for the most part. Thanks!&#60;/p&#62;
&#60;p&#62;Zipcode was showing up as right aligned in Chrome and Safari for Mac. Also, it's longer than I'd like but since it's part of a grouping I wasn't able to give it its own class name.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Wrong field sizes and radio button spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wrong-field-sizes-and-radio-button-spacing#post-12919</link>
			<pubDate>Thu, 18 Nov 2010 15:03:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12919@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see any problems with the zip code alignment. What browser are you seeing this in?&#60;/p&#62;
&#60;p&#62;Also, I can't see where the form would be affecting the background position of the parent container. I can't tell you anything definite about that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wraycodesign on "Wrong field sizes and radio button spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wrong-field-sizes-and-radio-button-spacing#post-12915</link>
			<pubDate>Thu, 18 Nov 2010 14:44:05 +0000</pubDate>
			<dc:creator>wraycodesign</dc:creator>
			<guid isPermaLink="false">12915@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Kevin. That was my sloppy code. I'm just starting to learn how to style forms and was trying to style the contact page form. The only remaining issue now is the zip code box and also this form is affecting the background image (moving it up). The other pages look fine. Just this one has the background image too high.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Wrong field sizes and radio button spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wrong-field-sizes-and-radio-button-spacing#post-12871</link>
			<pubDate>Thu, 18 Nov 2010 10:03:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12871@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Amanda,&#60;/p&#62;
&#60;p&#62;The problem is poor CSS rules in your theme. On line 498 of your theme's style.css file, there is a rule that sets ALL inputs in the content area to 80px wide. The fields are inheriting from this. If I disable that rule, you can see that the fields are formatted normally.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/6a09fc9e3e39e7373c66bef85008159d.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That's also the cause of the radio/checkbox field size problems. Those are inputs too so they're inheriting the same, sloppy, blanket CSS rule.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/5d94c6c76239f2e660d7594fbf10ac88.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would remove that rule from your stylesheet and you should be good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wraycodesign on "Wrong field sizes and radio button spacing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wrong-field-sizes-and-radio-button-spacing#post-12862</link>
			<pubDate>Thu, 18 Nov 2010 02:56:46 +0000</pubDate>
			<dc:creator>wraycodesign</dc:creator>
			<guid isPermaLink="false">12862@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm setting up a form and some of the fields are wonky. Even though I selected “Large” for the field width for “School” it’s showing up as small/short and so are the medium phone fields, etc. &#60;/p&#62;
&#60;p&#62;Also, the zip code in the &#34;advanced&#34; address field is right aligned and also the radio buttons have huge spaces to the right. &#60;/p&#62;
&#60;p&#62;Amanda&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.coachstrobl.com/scoringfactory/clinics/clinic-sign-up&#34; rel=&#34;nofollow&#34;&#62;http://www.coachstrobl.com/scoringfactory/clinics/clinic-sign-up&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
