<?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: How to align the form on the page?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-the-form-on-the-page</link>
		<description>Gravity Support Forums Topic: How to align the form on the page?</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 11:50:48 +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/how-to-align-the-form-on-the-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How to align the form on the page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-the-form-on-the-page#post-27910</link>
			<pubDate>Thu, 16 Jun 2011 08:30:59 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27910@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's the current link. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/resources/cssguide/css_guide.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll look into why my redirect isn't working. Thanks For the heads up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnwade on "How to align the form on the page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-the-form-on-the-page#post-27905</link>
			<pubDate>Thu, 16 Jun 2011 07:21:16 +0000</pubDate>
			<dc:creator>johnwade</dc:creator>
			<guid isPermaLink="false">27905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The link for help on this page is dead. &#60;a href=&#34;http://www.gravityhelp.com/documentation/visual-css-guide/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/visual-css-guide/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gmcalp on "How to align the form on the page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-the-form-on-the-page#post-9079</link>
			<pubDate>Fri, 27 Aug 2010 23:19:11 +0000</pubDate>
			<dc:creator>gmcalp</dc:creator>
			<guid isPermaLink="false">9079@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A great reference to learn more about CSS is:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.w3schools.com&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I use that a lot when I can't figure something out in PHP, CSS or HTML.&#60;/p&#62;
&#60;p&#62;Now, as far as the element name that you will need to look for and put in your style.css is this (from the CSS Styling section of the Documentation):&#60;/p&#62;
&#60;p&#62;All element ID’s are based on the unique form ID and then a field ID. For example: #gform_wrapper_xx where “xx” is the form ID or #field_xx_yyy where “xx” is the form ID and “yyy” is the field ID. &#60;/p&#62;
&#60;p&#62;If you are using Firefox, on the form page you can press Ctrl+U to view the page source (I think in IE it's View&#38;gt;Source) and look for the:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;gform_wrapper&#38;quot; id=&#38;quot;gform_wrapper_xx....&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(it's the ID section you'll want to put into your theme's style.css) and use the W3Schools website to figure out the CSS rules you'll need to move things around.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcohen15 on "How to align the form on the page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-the-form-on-the-page#post-9074</link>
			<pubDate>Fri, 27 Aug 2010 17:04:22 +0000</pubDate>
			<dc:creator>pcohen15</dc:creator>
			<guid isPermaLink="false">9074@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;gmcalp: Thank you. That guide assumes I know more about CSS than I do. I'm pretty good at following instructions, so if you could write something like, &#34;In the style sheet for your theme, find this code and change that value ... &#34; I'm sure the answer to moving the entire form to the left side of the page is in that guide somewhere, I just don't speak the language ;-)&#60;/p&#62;
&#60;p&#62;But I downloaded it anyway as a reference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gmcalp on "How to align the form on the page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-the-form-on-the-page#post-9073</link>
			<pubDate>Fri, 27 Aug 2010 14:58:52 +0000</pubDate>
			<dc:creator>gmcalp</dc:creator>
			<guid isPermaLink="false">9073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;check out this page in the documentation:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/visual-css-guide/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/visual-css-guide/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcohen15 on "How to align the form on the page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-align-the-form-on-the-page#post-9069</link>
			<pubDate>Fri, 27 Aug 2010 11:38:39 +0000</pubDate>
			<dc:creator>pcohen15</dc:creator>
			<guid isPermaLink="false">9069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi: I am new to Gravity Forms, and it's perfect for what I need to do. Great product. I am wondering if there's a way to specify the alignment of the form on the page -- left, right, center -- that type of alignment. I have created a form on this page: &#60;a href=&#34;http://capitolcollegiate.org/contact/&#34; rel=&#34;nofollow&#34;&#62;http://capitolcollegiate.org/contact/&#60;/a&#62; and would like to move it to be left-aligned, or at least more to the left than where it currently sits. I am using the Agency child theme for StudioPress' Genesis platform. Thanks in advance for your help.&#60;br /&#62;
Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
