<?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: Change width of Name field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field</link>
		<description>Gravity Support Forums Topic: Change width of Name field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:04:04 +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/change-width-of-name-field" rel="self" type="application/rss+xml" />

		<item>
			<title>lucasgrav on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47597</link>
			<pubDate>Fri, 27 Jan 2012 17:17:01 +0000</pubDate>
			<dc:creator>lucasgrav</dc:creator>
			<guid isPermaLink="false">47597@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob.&#60;br /&#62;
Thanks Richard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47596</link>
			<pubDate>Fri, 27 Jan 2012 17:12:59 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">47596@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Lucas, if you want to learn more about CSS you might want to check out the w3schools website where there are tutorials for the various web development techs including HTML and CSS&#60;br /&#62;
&#60;a href=&#34;http://www.w3schools.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47593</link>
			<pubDate>Fri, 27 Jan 2012 17:06:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would just change the width value of #field_1_1 to be smaller in width.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lucasgrav on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47588</link>
			<pubDate>Fri, 27 Jan 2012 16:46:00 +0000</pubDate>
			<dc:creator>lucasgrav</dc:creator>
			<guid isPermaLink="false">47588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;One more question, on my site, &#60;a href=&#34;http://173.254.15.37/nwtm/&#34; rel=&#34;nofollow&#34;&#62;http://173.254.15.37/nwtm/&#60;/a&#62; The blue space between the first name and the last name, right in between them, how do I reduce the space?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lucasgrav on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47583</link>
			<pubDate>Fri, 27 Jan 2012 16:20:01 +0000</pubDate>
			<dc:creator>lucasgrav</dc:creator>
			<guid isPermaLink="false">47583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob! Worked this time. Thanks for you time, too. &#60;/p&#62;
&#60;p&#62;By the way, is there anything that teaches you what the !important rule is? For the future.&#60;/p&#62;
&#60;p&#62;Again, thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47582</link>
			<pubDate>Fri, 27 Jan 2012 16:13:05 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47582@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sometimes, you will need to use !important to override other styles, in this case you will need to set a width on the outer li and then set the two input IDs individually in conjunction with the !important tag so it overrides the width: 95% coming from our stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_1_1 {
width: 520px;
}
#input_1_1_3 {
width: 200px !important;
}
#input_1_1_6 {
width: 300px !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>lucasgrav on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47579</link>
			<pubDate>Fri, 27 Jan 2012 16:07:45 +0000</pubDate>
			<dc:creator>lucasgrav</dc:creator>
			<guid isPermaLink="false">47579@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm... Doesn't seem to work. I used the firebug and looked for the ID of the first name, which is 1_1_3 and the last name is 1_1_2.&#60;/p&#62;
&#60;p&#62;Because I need the first name field 200px and the last name field 300px. Am I doing something wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47578</link>
			<pubDate>Fri, 27 Jan 2012 16:04:24 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem Lucas, we're here for ya. I think those free tools above will make your life a lot easier. That's how we are able to pinpoint and identify what you should be targeting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lucasgrav on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47577</link>
			<pubDate>Fri, 27 Jan 2012 16:03:26 +0000</pubDate>
			<dc:creator>lucasgrav</dc:creator>
			<guid isPermaLink="false">47577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Rob. Sorry for all these questions I've been asking. I'm new at this. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;-Lucas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Change width of Name field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-width-of-name-field#post-47575</link>
			<pubDate>Fri, 27 Jan 2012 16:01:05 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">47575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your instance, add this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_1_1 {
width: 300px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Each field has it's own ID, so you can style them however you'd like with each selector. I highly recommend checking out Firebug for FireFox or using Google Chrome Developer Tools to inspect your page and find the ID's and classes that you would need to target appropriately. That should help you out here.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
