<?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 label text isnt displaying right</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right</link>
		<description>Gravity Support Forums Topic: Field label text isnt displaying right</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 04:01:18 +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-label-text-isnt-displaying-right" rel="self" type="application/rss+xml" />

		<item>
			<title>Wearthetop on "Field label text isnt displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right#post-49096</link>
			<pubDate>Fri, 10 Feb 2012 21:50:08 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yup that was it for w child parent theme (im using woo themes) u have to take the line above and copy it into you child's theme custom.css for anyone else with this prob!, i personally i just made my width longer went from 100px to 400px and that work fine for me :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Field label text isnt displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right#post-49095</link>
			<pubDate>Fri, 10 Feb 2012 21:48:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49095@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Instead of deleting the width, try placing: width: auto; or width: auto !important;&#60;/p&#62;
&#60;p&#62;Right now, there is no value there so it is still inheriting the width value from the style.css
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wearthetop on "Field label text isnt displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right#post-49093</link>
			<pubDate>Fri, 10 Feb 2012 21:45:50 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49093@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here what i did i copied it all from the style.ccs and pasted it into the custom.css of the parent theme. and then deleted the width all together and still nothing.&#60;/p&#62;
&#60;p&#62;pic of what i did to be sure im doing it right.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinypic.com/r/ftk94g/5&#34; rel=&#34;nofollow&#34;&#62;http://tinypic.com/r/ftk94g/5&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Field label text isnt displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right#post-49092</link>
			<pubDate>Fri, 10 Feb 2012 21:39:43 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like your style.css says you should take what you want to change and place it into custom.css and it should override what is in style.css Have you tried that yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wearthetop on "Field label text isnt displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right#post-49090</link>
			<pubDate>Fri, 10 Feb 2012 21:36:41 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;well i got rid of the width nothing, changes it to 200px nothing, and deleted the whole line and nothing... am i missing something? i am using a child theme, so i went into the parent theme cause its importing the style sheet from that and edited it, and nothing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Field label text isnt displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right#post-49082</link>
			<pubDate>Fri, 10 Feb 2012 21:13:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49082@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This style in your style.css is causing that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
display: block;
padding-right: 20px;
width: 100px;
margin: 5px 0px 4px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Getting rid of the width should solve it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Wearthetop on "Field label text isnt displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-label-text-isnt-displaying-right#post-49081</link>
			<pubDate>Fri, 10 Feb 2012 21:05:52 +0000</pubDate>
			<dc:creator>Wearthetop</dc:creator>
			<guid isPermaLink="false">49081@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;the field label text is stacking like this&#60;/p&#62;
&#60;p&#62;&#34;want to&#60;br /&#62;
choose&#60;br /&#62;
different&#60;br /&#62;
caps??&#34;&#60;/p&#62;
&#60;p&#62;instead of showing in a straight line. and it happening on all my forms. how do i change this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wearthetop.com/wears/baby-bear#tab-attributes&#34; rel=&#34;nofollow&#34;&#62;http://wearthetop.com/wears/baby-bear#tab-attributes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;link to see what i mean
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
