<?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 Tag: width - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/width</link>
		<description>Gravity Support Forums Tag: width - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:28:49 +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/tags/width" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Variable Pricing Multiplier Option Instead of Fixed Price"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/variable-pricing-multiplier-option-instead-of-fixed-price#post-317008</link>
			<pubDate>Tue, 11 Jun 2013 09:34:54 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">317008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You use a Product Field and change its type to calculation. You then use Merge Tags related to your data collection fields, some bedmas math and you'll be able to create a calculation based on what the user enters/selects.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Variable Pricing Multiplier Option Instead of Fixed Price"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/variable-pricing-multiplier-option-instead-of-fixed-price#post-316474</link>
			<pubDate>Tue, 11 Jun 2013 01:45:07 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">316474@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need this exactly, was there ever an answer for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Dash line not same length"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dash-line-not-same-length#post-312408</link>
			<pubDate>Sun, 09 Jun 2013 09:18:03 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">312408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try setting the section break's width to 99% by adding the following CSS to your theme's stylesheet or wherever you place custom CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gsection {
width: 99%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vitiumartis on "Dash line not same length"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dash-line-not-same-length#post-310646</link>
			<pubDate>Sat, 08 Jun 2013 15:20:19 +0000</pubDate>
			<dc:creator>Vitiumartis</dc:creator>
			<guid isPermaLink="false">310646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;see my image. Zoom it and see.&#60;br /&#62;
&#60;a href=&#34;http://appdevelop.de/lines.png&#34; rel=&#34;nofollow&#34;&#62;http://appdevelop.de/lines.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Increase the label width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-the-label-width#post-296588</link>
			<pubDate>Sun, 02 Jun 2013 08:42:17 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">296588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't find that CSS in your stylesheet but it appears you have added the following to your theme's style.css file which is floating your labels left.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .top_label .gfield_label {
display: block;
float: left;
padding-right: 20px;
width: 100px;
margin: 5px 0px 4px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is the hard way to go about this, delete that rule then go to your form settings and change the label placement to 'left aligned', that will automatically put your labels to the left of your fields and make the label wider.  You can then add the following to your stylesheet to increase the bottom margin if required.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield {
margin-bottom: 30px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pandemicsoul on "Increase the label width"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/increase-the-label-width#post-295583</link>
			<pubDate>Sat, 01 Jun 2013 15:47:39 +0000</pubDate>
			<dc:creator>pandemicsoul</dc:creator>
			<guid isPermaLink="false">295583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not sure what I'm doing wrong here. I want to increase the size of the label width and then add some top-margin to the fields. &#60;/p&#62;
&#60;p&#62;I added the following to my custom.css file, but I don't seem to be getting any changes: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gfield_label {
width: 255px;
margin: 10px 0px 4px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Page: &#60;a href=&#34;http://www.starbase118.net/members/personnel/forms/request-to-return/&#34; rel=&#34;nofollow&#34;&#62;http://www.starbase118.net/members/personnel/forms/request-to-return/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "calculator for width and height"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculator-for-width-and-height#post-263569</link>
			<pubDate>Mon, 20 May 2013 16:22:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">263569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could have a field to accept a number (width) then use conditional logic to show the correct product with the associated price based on the width which was entered.  So, if they entered 158cm, you would show the product (100-199cm) and the price associated with that.  You would do the same with the height. If you have a limited number of size categories and price breaks, this would be manageable, I think.  Let us know if you have any more questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Extended Name fields too small"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extended-name-fields-too-small#post-259332</link>
			<pubDate>Sat, 18 May 2013 05:17:51 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">259332@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nhbergh on "Extended Name fields too small"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extended-name-fields-too-small#post-259329</link>
			<pubDate>Sat, 18 May 2013 05:14:43 +0000</pubDate>
			<dc:creator>nhbergh</dc:creator>
			<guid isPermaLink="false">259329@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! You saved me much time trying to figure that out. I now have it working, though I had to add &#34;div&#34;: &#60;/p&#62;
&#60;p&#62;div.gform_wrapper .ginput_complex .name_first {&#60;br /&#62;
width: 150px;&#60;br /&#62;
}&#60;br /&#62;
div.gform_wrapper .ginput_complex .name_last {&#60;br /&#62;
width: 250px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Extended Name fields too small"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/extended-name-fields-too-small#post-259264</link>
			<pubDate>Sat, 18 May 2013 04:27:42 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">259264@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to do that with CSS, try adding the following to your theme's style.css file or wherever you are instructed to place custom CSS.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last {
width: 150px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The default width for the first and last name is 100px, so you can change the width I set in the snippet above to whatever suits your needs.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
