<?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: Field spacing and deletion of page break</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-spacing-and-deletion-of-page-break</link>
		<description>Gravity Support Forums Topic: Field spacing and deletion of page break</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:12:13 +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/field-spacing-and-deletion-of-page-break" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Field spacing and deletion of page break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-spacing-and-deletion-of-page-break#post-32987</link>
			<pubDate>Thu, 18 Aug 2011 19:38:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32987@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oops. Looks like we both missed that one in our replies. The easiest way to do what you want is to redefine the &#34;small&#34; class for this form and set a new width. Try adding this to the end of your theme stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_7 input.small {
    width: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/peKGdy&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/peKGdy&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tasseyrusso on "Field spacing and deletion of page break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-spacing-and-deletion-of-page-break#post-32984</link>
			<pubDate>Thu, 18 Aug 2011 18:59:32 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">32984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Managed to reduce the spacing, now maybe too much.  (sigh). But my question regarding a smaller data entry block for the number is still one that I would love you to reply to.  Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Field spacing and deletion of page break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-spacing-and-deletion-of-page-break#post-32969</link>
			<pubDate>Thu, 18 Aug 2011 18:20:23 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32969@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you are referring to the input size of the Number field, there is a Field Size option when editing the Number Field under the Advanced tab.&#60;/p&#62;
&#60;p&#62;As far as spacing and styling forms, you would use CSS to change the styling.  You would write custom CSS to target the HTML elements you want to style and add that custom CSS to your themes stylesheet.&#60;/p&#62;
&#60;p&#62;Documentation for styling can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The CSS Targeting Samples are particularly useful for knowing how to properly target and style elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tasseyrusso on "Field spacing and deletion of page break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-spacing-and-deletion-of-page-break#post-32963</link>
			<pubDate>Thu, 18 Aug 2011 18:06:22 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">32963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow.  So simple.  I am sorry that I didn't realize either of these issues.  I've been able to work on the image and modified the spacing.  Would love to still reduce the space between each field a bit more.  Is there somewhere to do this in the code?  If so, where would I locate the code?&#60;/p&#62;
&#60;p&#62;Also, is it possible to make the number data entry field smaller in width?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Field spacing and deletion of page break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-spacing-and-deletion-of-page-break#post-32959</link>
			<pubDate>Thu, 18 Aug 2011 17:34:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">32959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The primary source of your spacing problem is that your inline label image is 85 pixels high and has a lot of white space included in it. If you crop the image down to fit the content, the spacing should be reduced considerably.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/WlvX0.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/WlvX0.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you have page breaks, the &#34;start paging&#34; and &#34;end paging&#34; breaks will be deleted when you delete the last page break in the center of the form.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/YljTU.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/YljTU.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tasseyrusso on "Field spacing and deletion of page break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-spacing-and-deletion-of-page-break#post-32947</link>
			<pubDate>Thu, 18 Aug 2011 16:22:50 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">32947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Site:  &#60;a href=&#34;http://www.afullyengagedlife.com&#34; rel=&#34;nofollow&#34;&#62;http://www.afullyengagedlife.com&#60;/a&#62;&#60;br /&#62;
form page:  &#60;a href=&#34;http://www.afullyengagedlife.com/test-assessment-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.afullyengagedlife.com/test-assessment-form/&#60;/a&#62;&#60;br /&#62;
     password:  testform&#60;/p&#62;
&#60;p&#62;Question:&#60;/p&#62;
&#60;p&#62;1. I would like to reduce the space that exists between two fields, i.e. spacing between the html field that displays the question and the next field, the field that allows a person to enter a number in response to the question.  How am I able to do that?&#60;/p&#62;
&#60;p&#62;2. Is there a way to further reduce the size, width of the &#34;number&#34; field?  It's currently set to &#34;small&#34;.&#60;/p&#62;
&#60;p&#62;3. I wanted to create a multi-page form because there are so many questions to this form.  But, after reading about multi-page forms, I realize that I need to create multiple forms and use the redirect function upon submittal in order to save each page's data/responses  But now I can't seem to delete the page break from the form itself.  How may I do this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
