<?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: Any &#039;normal&#039; way to edit fields?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/any-normal-way-to-edit-fields</link>
		<description>Gravity Support Forums Topic: Any &#039;normal&#039; way to edit fields?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:18:30 +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/any-normal-way-to-edit-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Any &#039;normal&#039; way to edit fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-normal-way-to-edit-fields#post-57379</link>
			<pubDate>Wed, 02 May 2012 10:00:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">57379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Daan, if you look at the documentation:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Notice that those ready classes only work with the &#34;top label&#34; placement.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fiduzi on "Any &#039;normal&#039; way to edit fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-normal-way-to-edit-fields#post-57377</link>
			<pubDate>Wed, 02 May 2012 09:54:22 +0000</pubDate>
			<dc:creator>Fiduzi</dc:creator>
			<guid isPermaLink="false">57377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dear Rob,&#60;/p&#62;
&#60;p&#62;Thanks! The margin is perfect, thank you! :)&#60;br /&#62;
About the paragraphs, i couldn't figure it out (whenever it was the theme or a plugin) so instead of a pre made address box i made a few text lines. Want to give them the gf_half/left/right column style, but for some reason my theme  (or whatever it is) overrides those columns.. no idea how. &#60;/p&#62;
&#60;p&#62;Any place you can send me to ? :)&#60;/p&#62;
&#60;p&#62;Thnx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Any &#039;normal&#039; way to edit fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-normal-way-to-edit-fields#post-57333</link>
			<pubDate>Wed, 02 May 2012 07:25:52 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">57333@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Daan, to give the fields some breathing room just update this block you placed in your theme's stylesheet with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li {
list-style: none !important;
list-style: none !important;
background: none !important;
background: none !important;
padding: 0 !important;
margin: 0 0 10px 0 !important;
border: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;All I did was put a 10px bottom margin.&#60;/p&#62;
&#60;p&#62;There is something that is injecting paragraph tags - most likely coming from your theme or a plugin JS file. Beacuse you are using some kind of minify thing, it's lumping all the JS from everything into one file - so you'll want to test for theme/plugin conflicts to try to pinpoint where it's coming from:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In terms of color - what exactly are you trying to achieve there?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fiduzi on "Any &#039;normal&#039; way to edit fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-normal-way-to-edit-fields#post-57325</link>
			<pubDate>Wed, 02 May 2012 06:32:35 +0000</pubDate>
			<dc:creator>Fiduzi</dc:creator>
			<guid isPermaLink="false">57325@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dear Gravity Forms,&#60;/p&#62;
&#60;p&#62;Is there a visual way to edit my forms? *instead of browsing through 2500 lines of CSS? ;)&#60;/p&#62;
&#60;p&#62;I just want to style it a bit.. give it some color, some extra white space and done.&#60;br /&#62;
Some fields (like address/postal code) are having breaks before them.. no idea how to solve it. And the extended name field gives a small preview when i click on it.. how to disable/edit this? *tried my inspector, But no effect.&#60;/p&#62;
&#60;p&#62;Please take a look at it: &#60;a href=&#34;http://hypotheeksteun.nl/aanvraag/&#34; rel=&#34;nofollow&#34;&#62;http://hypotheeksteun.nl/aanvraag/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you so much for your time and effort!&#60;/p&#62;
&#60;p&#62;Love,&#60;/p&#62;
&#60;p&#62;Daan Brusse
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
