<?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: Responsive template / field width</title>
		<link>https://legacy.forums.gravityhelp.com/topic/responsive-template-field-width</link>
		<description>Gravity Support Forums Topic: Responsive template / field width</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 12:55:54 +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/responsive-template-field-width" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Responsive template / field width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/responsive-template-field-width#post-69798</link>
			<pubDate>Tue, 07 Aug 2012 01:24:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">69798@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Outstanding.  Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlemmond on "Responsive template / field width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/responsive-template-field-width#post-69759</link>
			<pubDate>Mon, 06 Aug 2012 19:26:00 +0000</pubDate>
			<dc:creator>mlemmond</dc:creator>
			<guid isPermaLink="false">69759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Works great, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Responsive template / field width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/responsive-template-field-width#post-69432</link>
			<pubDate>Fri, 03 Aug 2012 21:27:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">69432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you try using the &#60;strong&#62;!important&#60;/strong&#62; rule to be sure your CSS rules override all the others?&#60;/p&#62;
&#60;p&#62;Here's a quick explanation of the rule:&#60;br /&#62;
&#60;a href=&#34;http://webdesign.about.com/od/css/f/blcssfaqimportn.htm&#34; rel=&#34;nofollow&#34;&#62;http://webdesign.about.com/od/css/f/blcssfaqimportn.htm&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For one of your selectors, the modified CSS would look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper {
	margin: -20px 0px -10px 0px!important;
	padding: 0px 0px 0px 0px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you prefer not to use the !important rule, you will have to make your CSS selectors more specific.&#60;br /&#62;
&#60;a href=&#34;http://css-tricks.com/specifics-on-css-specificity/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/specifics-on-css-specificity/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlemmond on "Responsive template / field width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/responsive-template-field-width#post-69426</link>
			<pubDate>Fri, 03 Aug 2012 20:49:49 +0000</pubDate>
			<dc:creator>mlemmond</dc:creator>
			<guid isPermaLink="false">69426@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've read other posts and can't seem to fix my problem. &#60;/p&#62;
&#60;p&#62;I have a responsive template and I know where to edit the width of the fields and submit button in the CSS. I can change the submit button width using percentages but I can't seem to change the width of the fields in percentage (or px for that matter). Why? Is this an issue with the field size selector? (Small / Medium / Large). &#60;/p&#62;
&#60;p&#62;Here is my site: &#60;a href=&#34;http://www.lemmonddesign.dreamhosters.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.lemmonddesign.dreamhosters.com/&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Below is the code I have in the smallest size. I can edit the submit button width but not the input fields. &#60;/p&#62;
&#60;p&#62;Help!&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper {
	margin: -20px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
}

body .gform_wrapper .gfield_required {
	display: none;
	width: 100%;
}

.gform_wrapper .gform_body .gform_fields .gf_inline {
	margin: 0px -10px 0px 0px;
	width: 100%;
}

#input_1_4 {
	height: 36px;
	padding: 9px 0 9px 0;
	width: 100%;
}

/*---Edit Submit Button in GF---*/
.gform_wrapper .gform_footer .button {
	float: none;
	height: 36px;
	width: 20%;
	margin: 0px 0px 0px 0px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
