<?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: Using Calculations to Determine Child Support</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support</link>
		<description>Gravity Support Forums Topic: Using Calculations to Determine Child Support</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 00:27:11 +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/using-calculations-to-determine-child-support" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-97654</link>
			<pubDate>Sat, 01 Dec 2012 04:56:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">97654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no harm in starting a new topic for a new issue.  It will help us focus support on the task at hand.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-97018</link>
			<pubDate>Thu, 29 Nov 2012 14:47:23 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">97018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This post title has turned out to be misleading! I do need further help with calculations, shall I start another thread? This one really covers styling. Thanks, C
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-96007</link>
			<pubDate>Tue, 27 Nov 2012 03:12:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">96007@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Of course.  For the rules you add to your theme's stylesheet, just get more specific than the ones already in the stylesheet, and your rules will win.  Or, as I mentioned previously, you can add the !important declaration to your rule, and your rule will then override them all.  You can target nearly everything in your Gravity Form by using this at the beginning of your CSS rule:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper form YOUR_SELECTOR_HERE {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That would make your rules apply only to elements inside the &#34;body .gform_wrapper form&#34;.&#60;/p&#62;
&#60;p&#62;The suggestions David and I made were not intended to have you change you existing body rule; just override the line-height for your Gravity Form, as shown here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-95850</link>
			<pubDate>Mon, 26 Nov 2012 17:03:58 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">95850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Changing the line height within the themes css affects other elements that I do not want to change for example the paragraph height on the home page will become too tight at 1.2 whereas 1.2 may be perfect for my form. Is there a way to adjust the line height specifically for my Gravity Form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-92173</link>
			<pubDate>Sat, 17 Nov 2012 01:08:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, be sure you use a unit of measure for your line height.&#60;/p&#62;
&#60;p&#62;To override any rule in your theme's stylesheet, you can always add the !important declaration to the rule, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
line-height: 1.2em!important;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-91243</link>
			<pubDate>Wed, 14 Nov 2012 22:49:47 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">91243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you have a rule in &#60;a href=&#34;http://www.thecivillawcenter.com/wp-content/uploads/dynamik-gen/theme/dynamik-min.css?ver=1352919657&#34; rel=&#34;nofollow&#34;&#62;http://www.thecivillawcenter.com/wp-content/uploads/dynamik-gen/theme/dynamik-min.css?ver=1352919657&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;body {&#60;br /&#62;
line-height: 1.7;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;You would have to override that if you want the line height to be different.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-91146</link>
			<pubDate>Wed, 14 Nov 2012 15:05:10 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">91146@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome - take a look at the form now:  &#60;a href=&#34;http://www.thecivillawcenter.com/forms/&#34; rel=&#34;nofollow&#34;&#62;http://www.thecivillawcenter.com/forms/&#60;/a&#62;&#60;br /&#62;
Much better! &#60;/p&#62;
&#60;p&#62;One more thing - I want to adjust the line height and the css I am putting in doesn't work.&#60;/p&#62;
&#60;p&#62;Here is what I have now:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .left_label .gfield_label {
    width: 80%;
    font-size: 14px;
    font-weight: normal;
    color:#4c4c4c
}
body .gform_wrapper .left_label .instruction {
    float: right;
    padding-right: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have tried (placed under font size above):&#60;br /&#62;
line-height: normal;&#60;br /&#62;
line-height: 1;&#60;br /&#62;
line-height: 90%;&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-90394</link>
			<pubDate>Mon, 12 Nov 2012 22:08:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">90394@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding this CSS to your theme's stylesheet.  I believe your theme has an options page where custom CSS can be added.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .left_label .gfield_label {
    width: 80%;
    font-size: 14px;
}
body .gform_wrapper .left_label .instruction {
    float: right;
    padding-right: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That CSS will target the elements.  Adjust as desired for your tastes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cara Jeanne on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-90188</link>
			<pubDate>Mon, 12 Nov 2012 11:00:19 +0000</pubDate>
			<dc:creator>Cara Jeanne</dc:creator>
			<guid isPermaLink="false">90188@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;Here is an example of the label option set at left: &#60;a href=&#34;http://www.thecivillawcenter.com/forms/&#34; rel=&#34;nofollow&#34;&#62;http://www.thecivillawcenter.com/forms/&#60;/a&#62;&#60;br /&#62;
Forget the dollar signs, I would like to focus on styling instead.&#60;br /&#62;
In this example:&#60;br /&#62;
&#60;a href=&#34;http://www.beaumontdivorce.com/metairie/louisiana-child-support-calculator/worksheet-a&#34; rel=&#34;nofollow&#34;&#62;http://www.beaumontdivorce.com/metairie/louisiana-child-support-calculator/worksheet-a&#60;/a&#62;&#60;br /&#62;
the enter fields will all contain numbers so their size is small and placed at the far right. All of the questions are on one line and to the left. This is the format I am looking for.&#60;/p&#62;
&#60;p&#62;Really appreciate the help. ~Cara
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Using Calculations to Determine Child Support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-calculations-to-determine-child-support#post-90006</link>
			<pubDate>Mon, 12 Nov 2012 02:44:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">90006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please put the label option back to left, and we'll take a look at it then. With the top label placement, we're going to be much further away than we need to be.  Left label placement will get you closer.  We should be able to change the size of the div in your theme's stylesheet.&#60;/p&#62;
&#60;p&#62;I'm not sure what you mean about dollar signs. Where would you want them?  &#60;/p&#62;
&#60;p&#62;And I don't think your forms look horrible.  If you'd like help making them look different, please let us know what elements you're unhappy with, on which page, and we'll take a look for you.&#60;/p&#62;
&#60;p&#62;The resources you linked to have the best information available for styling your Gravity Forms, especially this page &#60;a href=&#34;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
