<?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: How to style forms for mobile using flexible / reactive design</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-style-forms-for-mobile-using-flexible-reactive-design</link>
		<description>Gravity Support Forums Topic: How to style forms for mobile using flexible / reactive design</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 22:54:24 +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/how-to-style-forms-for-mobile-using-flexible-reactive-design" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How to style forms for mobile using flexible / reactive design"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-style-forms-for-mobile-using-flexible-reactive-design#post-49961</link>
			<pubDate>Mon, 20 Feb 2012 11:25:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">49961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting. I'm sure lots of folks will find this useful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sscovil on "How to style forms for mobile using flexible / reactive design"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-style-forms-for-mobile-using-flexible-reactive-design#post-49955</link>
			<pubDate>Mon, 20 Feb 2012 10:47:11 +0000</pubDate>
			<dc:creator>sscovil</dc:creator>
			<guid isPermaLink="false">49955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have my website styled differently for mobile devices like iPhone when they are being viewed in portrait orientation (max-width 320px). I wanted to style Gravity Forms differently as well, so that each form field appears on a separate line instead of side-by-side.&#60;/p&#62;
&#60;p&#62;As I was writing to ask for help, I got it to work...so I figured I'd just post the solution here in case anyone else is trying to do the same thing.&#60;/p&#62;
&#60;p&#62;This is reactive CSS that detects a max screen width of 320px and changes the way forms are displayed on the fly:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen
and (max-width : 320px) {
	.ginput_left, .ginput_right,
	.gf_left_half, .gf_right_half {
		clear: both !important;
		float: left !important;
		width: 80% !important;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See it in action here: &#60;a href=&#34;http://seaportvet.com/services/forms/&#34; rel=&#34;nofollow&#34;&#62;http://seaportvet.com/services/forms/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Enjoy!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
