<?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: small code boxes above and below the form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form</link>
		<description>Gravity Support Forums Topic: small code boxes above and below the form</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:44:09 +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/small-code-boxes-above-and-below-the-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-298774</link>
			<pubDate>Mon, 03 Jun 2013 07:35:42 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">298774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Daniel, you're welcome
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel Foltynek on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-298745</link>
			<pubDate>Mon, 03 Jun 2013 07:16:04 +0000</pubDate>
			<dc:creator>Daniel Foltynek</dc:creator>
			<guid isPermaLink="false">298745@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I love this plugin, great support, gform anchor disappeared, thanks again Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-298547</link>
			<pubDate>Mon, 03 Jun 2013 05:31:32 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">298547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Daniel,&#60;/p&#62;
&#60;p&#62;The code generated by Gravity Forms is fine, it is the following CSS in your theme's stylesheet that is causing your issue by adding padding to the a tag&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;div.club-content a {
color: #1A0F12;
padding: 2px 5px;
text-decoration: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can counteract it by adding the following towards the bottom of your theme's stylesheet&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_anchor {
padding: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel Foltynek on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-298495</link>
			<pubDate>Mon, 03 Jun 2013 05:03:57 +0000</pubDate>
			<dc:creator>Daniel Foltynek</dc:creator>
			<guid isPermaLink="false">298495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I have the same problem, the form builder generated this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;gf_browser_gecko gform_wrapper&#38;#39; id=&#38;#39;gform_wrapper_7&#38;#39; style=&#38;#39;display:none&#38;#39;&#38;gt;&#38;lt;a id=&#38;#39;gf_7&#38;#39; name=&#38;#39;gf_7&#38;#39; class=&#38;#39;gform_anchor&#38;#39; &#38;gt;&#38;lt;/a&#38;gt;&#38;lt;form method=&#38;#39;post&#38;#39; enctype=&#38;#39;multipart/form-data&#38;#39; target=&#38;#39;gform_ajax_frame_7&#38;#39; id=&#38;#39;gform_7&#38;#39;  action=&#38;#39;/2011/12/sensation-club-la-landrigga/#gf_7&#38;#39;&#38;gt;
                        &#38;lt;div class=&#38;#39;gform_heading&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and this code creates the empty space above the title, &#60;code&#62;&#38;lt;a id=&#38;#39;gf_7&#38;#39; name=&#38;#39;gf_7&#38;#39; class=&#38;#39;gform_anchor&#38;#39; &#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62; , it has nothing to do with wordpress plugins or with wordpress itself , you can take a look at it here:&#60;br /&#62;
&#60;a href=&#34;http://4ella.com/2011/12/sensation-club-la-landrigga/&#34; rel=&#34;nofollow&#34;&#62;http://4ella.com/2011/12/sensation-club-la-landrigga/&#60;/a&#62; ,&#60;br /&#62;
Right now only idea  I have is to try to create new class div.gform_anchor in css and remove it by displaying none or something like that
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-128545</link>
			<pubDate>Tue, 22 Jan 2013 11:09:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">128545@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should go back to that post and use the HTML tab on the editor (not Visual mode) to remove the erroneous  &#38;lt; code &#38;gt; markup that surrounds the Gravity Forms shortcode.  It was not put there by Gravity Forms, but was put there inadvertently in the form builder or is being added by a plugin or your theme.&#60;/p&#62;
&#60;p&#62;If you remove the code from the post where the gravityform shortcode is embedded, and it comes back, please check for theme and plugin conflicts by following these instructions &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jillc on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-127963</link>
			<pubDate>Mon, 21 Jan 2013 21:02:01 +0000</pubDate>
			<dc:creator>jillc</dc:creator>
			<guid isPermaLink="false">127963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://perthbudgetcars.com.au/cars2/index.php/car-maintenance/&#34; rel=&#34;nofollow&#34;&#62;http://perthbudgetcars.com.au/cars2/index.php/car-maintenance/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-127516</link>
			<pubDate>Mon, 21 Jan 2013 09:59:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">127516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to your form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jillc on "small code boxes above and below the form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/small-code-boxes-above-and-below-the-form#post-127234</link>
			<pubDate>Mon, 21 Jan 2013 02:27:26 +0000</pubDate>
			<dc:creator>jillc</dc:creator>
			<guid isPermaLink="false">127234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have 2 small shaded boxes above and below the form which just take up space and look odd. The first one seems to be &#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;code&#38;gt; &#38;lt;/code&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;br /&#62;
The second one includes some code starting with &#60;code&#62;&#38;lt;a id=&#38;quot;gf_2&#38;quot; class=&#38;quot;gform_anchor&#38;quot; name=&#38;quot;gf_2&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
How can I hide these?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
