<?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: Adding background image to entire form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-background-image-to-entire-form</link>
		<description>Gravity Support Forums Topic: Adding background image to entire form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 23:55:43 +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/adding-background-image-to-entire-form" rel="self" type="application/rss+xml" />

		<item>
			<title>EmilioR12345 on "Adding background image to entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-background-image-to-entire-form#post-17873</link>
			<pubDate>Mon, 07 Feb 2011 19:18:40 +0000</pubDate>
			<dc:creator>EmilioR12345</dc:creator>
			<guid isPermaLink="false">17873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was able to get it to work with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper form {
margin-top: 30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;though same result with padding-top.&#60;/p&#62;
&#60;p&#62;Thanks Carl.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Adding background image to entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-background-image-to-entire-form#post-17868</link>
			<pubDate>Mon, 07 Feb 2011 19:01:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17868@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to add some padding to the .gform_wrapper element to bump down the content.  You can use padding-top in your CSS to do this.  Then tell it how many pixels worth of padding you need in order to bump down the content far enough to be after the red area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Adding background image to entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-background-image-to-entire-form#post-17867</link>
			<pubDate>Mon, 07 Feb 2011 19:01:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17867@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to add some padding to the .gform_wrapper element to bump down the content.  You can use padding-top in your CSS to do this.  Then tell it how many pixels worth of padding you need in order to bump down the content far enough to be after the red area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EmilioR12345 on "Adding background image to entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-background-image-to-entire-form#post-17862</link>
			<pubDate>Mon, 07 Feb 2011 18:35:45 +0000</pubDate>
			<dc:creator>EmilioR12345</dc:creator>
			<guid isPermaLink="false">17862@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for that. I kept trying to add the background image to&#60;br /&#62;
&#60;code&#62;.gform_wrapper {overflow:hidden; margin:10px 0; max-width:640px}&#60;/code&#62;, but thanks to you I got it working now.&#60;/p&#62;
&#60;p&#62;One more question, hoping you don't mind and can help me out with it. I need the top part of the background to be visible without the form obstructing its view. Please see example linked in the image below, basically I'd like the form to start in the blue area in the example. Thanks again.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i55.tinypic.com/282q3ao.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i55.tinypic.com/282q3ao.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Adding background image to entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-background-image-to-entire-form#post-17842</link>
			<pubDate>Mon, 07 Feb 2011 16:37:26 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would use CSS to do this.  You would target the .gform_wrapper class and apply a background image using CSS you would write.  You would add this CSS to your themes stylesheet.&#60;/p&#62;
&#60;p&#62;Here is an example... this would change the background color of the form to red:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper {background-color: red;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You would write CSS to apply a background image.  The code then goes in your themes stylesheet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EmilioR12345 on "Adding background image to entire form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-background-image-to-entire-form#post-17836</link>
			<pubDate>Mon, 07 Feb 2011 15:49:22 +0000</pubDate>
			<dc:creator>EmilioR12345</dc:creator>
			<guid isPermaLink="false">17836@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to add a background image to an entire form. Any help accomplishing this would be greatly appreciated. Thank you :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
