<?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: Two questions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/two-questions</link>
		<description>Gravity Support Forums Topic: Two questions</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:31:35 +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/two-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>MarijnBent on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-64054</link>
			<pubDate>Fri, 29 Jun 2012 11:04:24 +0000</pubDate>
			<dc:creator>MarijnBent</dc:creator>
			<guid isPermaLink="false">64054@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I will look at it. Sorry for my late response, but i didn't get an email (but I checked the subscribe box).&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Marijn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-61922</link>
			<pubDate>Fri, 08 Jun 2012 11:27:46 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">61922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What I gave you above changes the widths of the inputs (change the width as you see fit):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
width: 65% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you then want to change the width of the overall container you will need to apply a width to that container to make it less wide, as David mentioned.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarijnBent on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-61917</link>
			<pubDate>Fri, 08 Jun 2012 10:46:12 +0000</pubDate>
			<dc:creator>MarijnBent</dc:creator>
			<guid isPermaLink="false">61917@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;But I want to change only the width of the field, not the text before the fields. Is that possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-60495</link>
			<pubDate>Sun, 27 May 2012 21:21:51 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">60495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Or you could add the following to your CSS to change the entire width of the form. &#60;/p&#62;
&#60;p&#62;.four_fifth {&#60;br /&#62;
width: 69.2% !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-60494</link>
			<pubDate>Sun, 27 May 2012 21:19:04 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">60494@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Changing the width as a percent, or as a pixel number will control the width of the fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarijnBent on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-60487</link>
			<pubDate>Sun, 27 May 2012 17:13:59 +0000</pubDate>
			<dc:creator>MarijnBent</dc:creator>
			<guid isPermaLink="false">60487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey, Thanks for your quick reply! Its great! But the fields are very long now. is there a option to get the fields shorter, but without the color on the right if you now what i mean?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-60477</link>
			<pubDate>Sun, 27 May 2012 09:25:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">60477@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping these into your theme's stylesheet:&#60;/p&#62;
&#60;p&#62;This targets the field li's:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
margin-bottom: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will target this form's submit button:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_submit_button_4 {
background-color: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will extend the inputs:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
width: 65% !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>MarijnBent on "Two questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/two-questions#post-60457</link>
			<pubDate>Sat, 26 May 2012 14:47:22 +0000</pubDate>
			<dc:creator>MarijnBent</dc:creator>
			<guid isPermaLink="false">60457@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello gravityhelp staff,&#60;/p&#62;
&#60;p&#62;I need some helpt with the following problems (url to form: &#60;a href=&#34;http://deweddingbag.nl/weddingbag-aanvragen&#34; rel=&#34;nofollow&#34;&#62;http://deweddingbag.nl/weddingbag-aanvragen&#60;/a&#62;):&#60;br /&#62;
* I don't want so much space between the fields, less 'line-height' or something, but how can I change that?&#60;br /&#62;
* Ik want the button 'Verzend' (it is the send button) &#38;lt;b&#38;gt;not&#38;lt;/b&#38;gt; pink. Can I change the color of only the button?&#60;br /&#62;
* I don't want so much empty color on the right side. So that the color stops just 20 pixels after the longest form&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Greetings,&#60;br /&#62;
Marijn
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
