<?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: Gravity Form widget with Elegant Themes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-widget-with-elegant-themes</link>
		<description>Gravity Support Forums Topic: Gravity Form widget with Elegant Themes</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 14:41:24 +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/gravity-form-widget-with-elegant-themes" rel="self" type="application/rss+xml" />

		<item>
			<title>Sophie on "Gravity Form widget with Elegant Themes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-widget-with-elegant-themes#post-19610</link>
			<pubDate>Mon, 28 Feb 2011 21:23:21 +0000</pubDate>
			<dc:creator>Sophie</dc:creator>
			<guid isPermaLink="false">19610@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually it (the code changes) has shown now as I've cleared the cache on Chrome, now testing the other browsers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sophie on "Gravity Form widget with Elegant Themes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-widget-with-elegant-themes#post-19609</link>
			<pubDate>Mon, 28 Feb 2011 21:19:50 +0000</pubDate>
			<dc:creator>Sophie</dc:creator>
			<guid isPermaLink="false">19609@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added it, didn't see a change and then removed it. I have re-added it but currently don't see a change to the layout.&#60;/p&#62;
&#60;p&#62;Is there also a way for the &#34;submit&#34; button on the single pages to sit underneath the form? It's currently sitting to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Gravity Form widget with Elegant Themes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-widget-with-elegant-themes#post-19608</link>
			<pubDate>Mon, 28 Feb 2011 20:08:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19608@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where did you add the CSS referenced in the FAQ? When I view your themes CSS file I don't see that code in place.&#60;/p&#62;
&#60;p&#62;Your stylesheet is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dining.docksidegroup.com.au/wp-content/themes/Theme/ColdStone/style-Stone.css&#34; rel=&#34;nofollow&#34;&#62;http://dining.docksidegroup.com.au/wp-content/themes/Theme/ColdStone/style-Stone.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't see the example code in the FAQ anywhere in your stylesheet.  You need to add that code to the bottom of your stylesheet in the style-Stone.CSS file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sophie on "Gravity Form widget with Elegant Themes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-widget-with-elegant-themes#post-19606</link>
			<pubDate>Mon, 28 Feb 2011 19:31:48 +0000</pubDate>
			<dc:creator>Sophie</dc:creator>
			<guid isPermaLink="false">19606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the above notes, it corrected the main issue. I did have a look through the style FAQ section and applied the recommended code however it didn't make a difference to the layout of the form....?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Gravity Form widget with Elegant Themes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-widget-with-elegant-themes#post-19604</link>
			<pubDate>Mon, 28 Feb 2011 18:58:04 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a CSS issue with the theme.  I narrowed it down to a specific element that is causing the problem.  The problem is it is floating the form, which is then causing it to appear out of the element and the way the theme is coded it then doesn't get displayed.&#60;/p&#62;
&#60;p&#62;In your themes style-Stone.css file there is this line of CSS:&#60;/p&#62;
&#60;p&#62;.life_wrap .side_roll h3 { background:#6C6351 url(img/edit.png) no-repeat left; background-position:8px; padding:10px 5px 10px 34px; color:#FFF; width:350px; float: left; display: block; }&#60;/p&#62;
&#60;p&#62;If you remove the &#34;float: left;&#34; from this line of CSS, the form will appear.&#60;/p&#62;
&#60;p&#62;So it is how the theme is coded that is causing the CSS issue which is hiding the form.  So it is there, the theme is just hiding it because of how it's CSS is set.&#60;/p&#62;
&#60;p&#62;I noticed also your theme has an issue with showing bullets for each form field because the form is rendered as a list.  You can see in our FAQ where we discuss how to fix this issue that some themes have:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/frequently-asked-questions/#faq_styling&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/frequently-asked-questions/#faq_styling&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sophie on "Gravity Form widget with Elegant Themes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-form-widget-with-elegant-themes#post-19600</link>
			<pubDate>Mon, 28 Feb 2011 18:42:24 +0000</pubDate>
			<dc:creator>Sophie</dc:creator>
			<guid isPermaLink="false">19600@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am currently using elegant theme &#34;Cold Stone&#34; - &#60;a href=&#34;http://dining.docksidegroup.com.au/&#34; rel=&#34;nofollow&#34;&#62;http://dining.docksidegroup.com.au/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have used the Gravity Form widget on the front page which carries through to all the other pages.&#60;/p&#62;
&#60;p&#62;In Chrome and Firefox it will not show up on the homepage but will show as a widget on the other pages.&#60;/p&#62;
&#60;p&#62;Any help would be great, thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
