<?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: Button Alignment MailChimp Sign Up</title>
		<link>https://legacy.forums.gravityhelp.com/topic/button-alignment-mailchimp-sign-up</link>
		<description>Gravity Support Forums Topic: Button Alignment MailChimp Sign Up</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:34:14 +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/button-alignment-mailchimp-sign-up" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Button Alignment MailChimp Sign Up"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/button-alignment-mailchimp-sign-up#post-190040</link>
			<pubDate>Fri, 29 Mar 2013 22:50:09 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">190040@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like you were able to work this out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>neuic on "Button Alignment MailChimp Sign Up"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/button-alignment-mailchimp-sign-up#post-188368</link>
			<pubDate>Thu, 28 Mar 2013 20:44:37 +0000</pubDate>
			<dc:creator>neuic</dc:creator>
			<guid isPermaLink="false">188368@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I went with this code instead seems to work better this way for responsive websites.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2 .gform_footer input#gform_submit_button_2 {
   	width: 100%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>neuic on "Button Alignment MailChimp Sign Up"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/button-alignment-mailchimp-sign-up#post-188069</link>
			<pubDate>Thu, 28 Mar 2013 14:13:14 +0000</pubDate>
			<dc:creator>neuic</dc:creator>
			<guid isPermaLink="false">188069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;At lose - my theme is responsive and the button moves doesn't stay in place and isn't aligned right.  So I will just wait for help now..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>neuic on "Button Alignment MailChimp Sign Up"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/button-alignment-mailchimp-sign-up#post-188029</link>
			<pubDate>Thu, 28 Mar 2013 13:18:44 +0000</pubDate>
			<dc:creator>neuic</dc:creator>
			<guid isPermaLink="false">188029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You also have to make a new form and code it for the side bar as the top/left px will be off for it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>neuic on "Button Alignment MailChimp Sign Up"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/button-alignment-mailchimp-sign-up#post-188025</link>
			<pubDate>Thu, 28 Mar 2013 13:14:20 +0000</pubDate>
			<dc:creator>neuic</dc:creator>
			<guid isPermaLink="false">188025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Update:&#60;/p&#62;
&#60;p&#62;I changed the form field to large. Changed code: (it places the sign up button on top of the field not sure if this will be a problem or not). Also I use the genesis framework.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* make the form container relative for positioning */

body #gform_wrapper_2 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_2 .gform_footer {
    width: auto;
    position: absolute;
    top: 112px;
    left: 278px;
    padding: 0;
    margin: 0;

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>neuic on "Button Alignment MailChimp Sign Up"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/button-alignment-mailchimp-sign-up#post-188006</link>
			<pubDate>Thu, 28 Mar 2013 12:49:25 +0000</pubDate>
			<dc:creator>neuic</dc:creator>
			<guid isPermaLink="false">188006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've added the code referenced from the forum but still unable to get the button line up correct beside the field.  My site is &#60;a href=&#34;http://www.neuic.com&#34; rel=&#34;nofollow&#34;&#62;http://www.neuic.com&#60;/a&#62; the submit form is at the bottom of the site and on the side bar of the blog.  I would like the email field longer, if I select large in the form settings it doesn't leave any room for the button.  &#60;/p&#62;
&#60;p&#62;Current code I've added to my style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* make the form container relative for positioning */

body #gform_wrapper_2 {
    position: relative;
}

/* resize and position the form footer with the button */

body #gform_wrapper_2 .gform_footer {
width: auto;
position: absolute;
padding: 0;
margin: -40px 180px 0 0;

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
