<?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: CSS Call for the Multi-Page wrapper please?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please</link>
		<description>Gravity Support Forums Topic: CSS Call for the Multi-Page wrapper please?</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 11:47:57 +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/css-call-for-the-multi-page-wrapper-please" rel="self" type="application/rss+xml" />

		<item>
			<title>entrprnr on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28640</link>
			<pubDate>Mon, 27 Jun 2011 22:19:33 +0000</pubDate>
			<dc:creator>entrprnr</dc:creator>
			<guid isPermaLink="false">28640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the work-around.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28527</link>
			<pubDate>Fri, 24 Jun 2011 20:31:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your question was about locating the correct wrapping element to target with CSS and apply properties so yeah, the .gform_wrapper is correct. As it turns out, that's not the issue at hand anyhow. You don't have any padding applied to the top of the form, so what you're seeing on the first page is a break tag that's being inserted before the form title. That break tag doesn't appear in subsequent pages so you're seeing what appears to be a padding difference.&#60;/p&#62;
&#60;p&#62;That extra break is apparently coming from your theme or another plugin somewhere. It doesn't exist in the normal form markup. You may need to test for conflicts to find out where it's coming from.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For now, you can hide that break tag with some CSS then apply top and bottom padding to the wrapper element.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper a.gform_anchor+br {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>entrprnr on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28489</link>
			<pubDate>Fri, 24 Jun 2011 12:28:40 +0000</pubDate>
			<dc:creator>entrprnr</dc:creator>
			<guid isPermaLink="false">28489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes... the blue bg does persist but the padding on the top of the form is nonexistent on the multi-page forms.  &#60;/p&#62;
&#60;p&#62;If you tick a box &#38;amp; go to the next page you'll see the top of the bg has no padding above the form title....&#60;/p&#62;
&#60;p&#62;My question was about the padding, not the bg showing up. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28471</link>
			<pubDate>Fri, 24 Jun 2011 09:26:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I checked your form in 3 different browsers and am seeing the blue background color (#DBECF8) that's applied to the form wrapper does persist through the different pages as intended.  Are you having problems with it in a specific browser?&#60;/p&#62;
&#60;p&#62;Also, you can password protect your form page and send the login via our contact form if you need in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>entrprnr on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28459</link>
			<pubDate>Fri, 24 Jun 2011 01:39:12 +0000</pubDate>
			<dc:creator>entrprnr</dc:creator>
			<guid isPermaLink="false">28459@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, thank you for the reply.&#60;/p&#62;
&#60;p&#62;I actually intended for the bg to be on all forms - so targeting the ID is a good suggestion; just not what I'm after.&#60;/p&#62;
&#60;p&#62;So if this wrapper applies to all multi-page forms too, then there must be something conflicting.&#60;/p&#62;
&#60;p&#62;One of the forms can be found &#60;a href=&#34;http://www.blogsetupexpert.com/additional-services-request-form&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;It'd be neat if you had a confidential form section that would allow me to post a url and keep it private between posters &#38;amp; admins here.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28376</link>
			<pubDate>Thu, 23 Jun 2011 10:39:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28376@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is one form wrapper that persists throughout all of the pages so your CSS rules applied to that wrapper should work across all of the pages as well unless something else is influencing it. Without seeing your form ourselves, there's only so much we should tell you.&#60;/p&#62;
&#60;p&#62;You might want to target the form wrapper by the unique ID rather than the class so it only applies to the one form and not all of your forms. Also, you shouldn't need the !important declarations unless you've already applied a border style to the .gform_wrapper class elsewhere and need to override it.&#60;/p&#62;
&#60;p&#62;Here's an example. You would replace the &#34;XX&#34; with the actual ID of your form.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_XX {
	background:#dbecf8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right:15px;
	padding-left:20px
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If that's not working for you, then we'll need to see the form to help debug from there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>entrprnr on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28360</link>
			<pubDate>Thu, 23 Jun 2011 01:45:00 +0000</pubDate>
			<dc:creator>entrprnr</dc:creator>
			<guid isPermaLink="false">28360@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry I'd rather not if we can help it.&#60;/p&#62;
&#60;p&#62;I basically want this CSS applied to every page on the multi page form:&#60;/p&#62;
&#60;p&#62;body .gform_wrapper {background:#dbecf8!important;&#60;br /&#62;
	-webkit-border-radius: 5px!important;&#60;br /&#62;
	-moz-border-radius: 5px!important;&#60;br /&#62;
	border-radius: 5px!important;&#60;br /&#62;
	padding-right:15px!important;&#60;br /&#62;
	padding-left:20px!important;}&#60;/p&#62;
&#60;p&#62;I just need to know what I should target to have this affect the multi-page steps/pages in addition to the first form page (Previous&#124;Next)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28357</link>
			<pubDate>Wed, 22 Jun 2011 23:57:42 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28357@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form so we can see what you have going on?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>entrprnr on "CSS Call for the Multi-Page wrapper please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-call-for-the-multi-page-wrapper-please#post-28355</link>
			<pubDate>Wed, 22 Jun 2011 23:43:24 +0000</pubDate>
			<dc:creator>entrprnr</dc:creator>
			<guid isPermaLink="false">28355@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have added a container with a bg color to the form, and the padding is just fine on the first page of the form, but goes away on the subsequent pages.  I can't seem to locate the CSS target for the multi-page wrapper/container to add the same padding on these pages.&#60;/p&#62;
&#60;p&#62;Any info is appreciated.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
