<?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: Field size=large not large enough!</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough</link>
		<description>Gravity Support Forums Topic: Field size=large not large enough!</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:23:02 +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/field-sizelarge-not-large-enough" rel="self" type="application/rss+xml" />

		<item>
			<title>etedesco714 on "Field size=large not large enough!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough#post-196742</link>
			<pubDate>Thu, 04 Apr 2013 13:20:01 +0000</pubDate>
			<dc:creator>etedesco714</dc:creator>
			<guid isPermaLink="false">196742@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are the man!  Thanks for the fix
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Field size=large not large enough!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough#post-196702</link>
			<pubDate>Thu, 04 Apr 2013 12:48:23 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">196702@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@etedesco714 It looks like your issue is being caused by the footer floating up the page  so it is over the top of your first few fields preventing you from interacting with those fields because you are instead clicking on the footer, check your other pages it is happening on them all and is not gravity forms related.  You can usually prevent this kind of behaviour by clearing the float on the footer&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer{
  clear:both;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>etedesco714 on "Field size=large not large enough!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough#post-196684</link>
			<pubDate>Thu, 04 Apr 2013 12:19:18 +0000</pubDate>
			<dc:creator>etedesco714</dc:creator>
			<guid isPermaLink="false">196684@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having somewhat of a similar issue, but when I add this css code nothing changes.  Basically, it seems the fields are locked until I press tab on my keyboard.  Can you assist?&#60;/p&#62;
&#60;p&#62;Even after making the text field 30 px is remains locked.  The text area field is able to be clicked in.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://advocatesfordiabetics.com/contactus/&#34; rel=&#34;nofollow&#34;&#62;http://advocatesfordiabetics.com/contactus/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Field size=large not large enough!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough#post-196171</link>
			<pubDate>Thu, 04 Apr 2013 01:56:05 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">196171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your welcome, &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/&#60;/a&#62; is a good place to start
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bassosa on "Field size=large not large enough!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough#post-196049</link>
			<pubDate>Wed, 03 Apr 2013 22:43:58 +0000</pubDate>
			<dc:creator>Bassosa</dc:creator>
			<guid isPermaLink="false">196049@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;Should really learn CSS ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Field size=large not large enough!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough#post-193998</link>
			<pubDate>Tue, 02 Apr 2013 04:45:12 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">193998@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme's style sheet is adding  a 30 pixel left margin to the list elements that gravity forms uses, to counteract this try adding the following CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper li {
    margin-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Bassosa on "Field size=large not large enough!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-sizelarge-not-large-enough#post-193807</link>
			<pubDate>Tue, 02 Apr 2013 00:44:23 +0000</pubDate>
			<dc:creator>Bassosa</dc:creator>
			<guid isPermaLink="false">193807@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://ellevation.com.au/services/websites/&#34; rel=&#34;nofollow&#34;&#62;http://ellevation.com.au/services/websites/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How do I get the form to fill the sidebar in terms of width? It seems to align right in the sidebar but there is room to spare. Please scroll down to see a placeholder image which is full width (275px).&#60;/p&#62;
&#60;p&#62;Field size already set to large.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Bas
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
