<?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 font size and line height</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height</link>
		<description>Gravity Support Forums Topic: Change font size and line height</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:38:45 +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-font-size-and-line-height" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-114058</link>
			<pubDate>Fri, 04 Jan 2013 16:05:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">114058@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm glad I could help out. Good luck with your projects.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113973</link>
			<pubDate>Fri, 04 Jan 2013 13:23:01 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">113973@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the clarification. I am using Genesis for most of my sites and often create simple feedback forms so I am sure I will need to use this often and I wanted to understand. Have a nice day.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113962</link>
			<pubDate>Fri, 04 Jan 2013 13:04:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">113962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There was a top margin of 10px defined for each label. We needed to re-define the top margin to zero to make it more compact.. hence the first margin declaration. Line height would have accomplished part of what you wanted, but not everything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113960</link>
			<pubDate>Fri, 04 Jan 2013 12:58:16 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">113960@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your help, it looks great.&#60;/p&#62;
&#60;p&#62;I really don't want to just copy and paste and move on. Just so I understand, the margins were needed for each field, it would not have worked by only adjusting the line height?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113954</link>
			<pubDate>Fri, 04 Jan 2013 12:53:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">113954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Then you would need something like this.. adjusting margins as well.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2 .top_label .gfield_label {
    margin: 0 0 4px 0 !important;
    line-height: 1em !important;
}

body #gform_wrapper_2.gform_wrapper li,
body #gform_wrapper_2.gform_wrapper form li {
	margin: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;My test: &#60;a href=&#34;http://i.imgur.com/O9ySt.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/O9ySt.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You should be able to tweak things from there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113946</link>
			<pubDate>Fri, 04 Jan 2013 12:32:55 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">113946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a simple form for name, email and paragraph text. I want to reduce the space between each of those inputs. Overall, I want the form to look smaller - make sense?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113940</link>
			<pubDate>Fri, 04 Jan 2013 12:27:39 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">113940@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you trying to change the line-height in the actual paragraph text inputs or just for the labels, descriptions, etc?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113265</link>
			<pubDate>Thu, 03 Jan 2013 18:31:50 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">113265@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The above did not work :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113230</link>
			<pubDate>Thu, 03 Jan 2013 16:42:43 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">113230@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So if I want to change the line height between the lines of input on a form I would use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
/*this will apply to all forms */
body .gform_wrapper form .gfield {
   line-height: .5em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Correct?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change font size and line height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-and-line-height#post-113210</link>
			<pubDate>Thu, 03 Jan 2013 15:32:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">113210@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your rule need to be more specific so that is overrides and other rules which exist in the Gravity Forms forms.css or your theme's stylesheet.  Using just one selector like that is not specific enough.  Try this for the elements you want to target:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper_12 form $WHATEVER {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The additional selectors before your target element should make the rule specific enough so that it 'wins' over all other rules.&#60;/p&#62;
&#60;p&#62;To apply styles to just one specific form, change gform_wrapper from a class to an ID:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* this will apply to all forms */
/* class begins with . */
body .gform_wrapper form

/* this will apply to just form 12 */
/* ID begins with # */
body #gform_wrapper form&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
