<?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: styling side-by-side input fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields</link>
		<description>Gravity Support Forums Topic: styling side-by-side input fields</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:00:22 +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/styling-side-by-side-input-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>wraycodesign on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13163</link>
			<pubDate>Mon, 22 Nov 2010 20:45:07 +0000</pubDate>
			<dc:creator>wraycodesign</dc:creator>
			<guid isPermaLink="false">13163@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;urmedia,&#60;/p&#62;
&#60;p&#62;You read my rather simple mind! Thank you! Kevin, thanks again for your quick responses.&#60;/p&#62;
&#60;p&#62;Amanda
&#60;/p&#62;</description>
		</item>
		<item>
			<title>urmedia on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13147</link>
			<pubDate>Mon, 22 Nov 2010 17:32:33 +0000</pubDate>
			<dc:creator>urmedia</dc:creator>
			<guid isPermaLink="false">13147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Basically it's taking an object oriented approach.&#60;/p&#62;
&#60;p&#62;GF has default 'parents' and allows easy modifications through it's children.&#60;/p&#62;
&#60;p&#62;You can redefine a parent class to style your phone field, or write your own rules...it's up to you and your comfort with CSS.  One thing does stay the same, however, is the nesting.  To access any form field you do need to define the nesting path:&#60;/p&#62;
&#60;p&#62;.gform_wrapper =&#38;gt; .gform_body =&#38;gt; .gform_fields =&#38;gt; .gfield =&#38;gt; New_Input_Class
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13144</link>
			<pubDate>Mon, 22 Nov 2010 17:29:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13144@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, if you want to style all the fields the same - everywhere, simply use the class name for the rule. Most people don't want to do that, so the id's are there if you want to limit it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wraycodesign on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13139</link>
			<pubDate>Mon, 22 Nov 2010 17:25:22 +0000</pubDate>
			<dc:creator>wraycodesign</dc:creator>
			<guid isPermaLink="false">13139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If I'm understanding correctly, from your example above I would need to target each phone field separately. Originally I gave all my phone fields a class of &#34;phone&#34; and would like them all to behave the same way. &#60;/p&#62;
&#60;p&#62;When you include field numbers doesn't that limit your styling to just that field? &#60;/p&#62;
&#60;p&#62;Sorry to be a bother...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13128</link>
			<pubDate>Mon, 22 Nov 2010 15:53:52 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;it's about options. I chose to target the inputs in my rule with inheritance from the parent. If you prefer, you can get the id of the input itself and target it specifically by that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wraycodesign on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13124</link>
			<pubDate>Mon, 22 Nov 2010 14:24:26 +0000</pubDate>
			<dc:creator>wraycodesign</dc:creator>
			<guid isPermaLink="false">13124@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. Just curious, though, why bother naming a class on the input?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13102</link>
			<pubDate>Mon, 22 Nov 2010 10:54:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13102@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have to reset the widths on the actual inputs.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body .gform_wrapper li#field_1_3 input, body .gform_wrapper li#field_1_15 input {width:92%!important}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/09b95ef7b0b71ac0a7677c212535b081.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wraycodesign on "styling side-by-side input fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-side-by-side-input-fields#post-13092</link>
			<pubDate>Mon, 22 Nov 2010 05:30:07 +0000</pubDate>
			<dc:creator>wraycodesign</dc:creator>
			<guid isPermaLink="false">13092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've checked other posts but can't seem to find this. You've likely covered this already. I'm adding a custom class name to make it easier to style the smaller input fields side by side, but when designate a width it's giving me lots of extra space in between the fields. I've separated out the styling with the class name by itself and with &#34;input&#34; added but still it's not behaving as expected. &#60;/p&#62;
&#60;p&#62;I'm trying to get &#34;phone&#34; and &#34;alternate phone&#34; closer together but can't seem to.&#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;
&#60;p&#62;Thanks for any help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
