<?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 Tag: alignment - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/alignment</link>
		<description>Gravity Support Forums Tag: alignment - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:18:10 +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/tags/alignment/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>goitd on "validation error alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-error-alignment#post-358119</link>
			<pubDate>Tue, 02 Jul 2013 15:18:57 +0000</pubDate>
			<dc:creator>goitd</dc:creator>
			<guid isPermaLink="false">358119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;we created a form that is one line with the submit button.&#60;br /&#62;
&#60;a href=&#34;http://goitd.com/form-test&#34; rel=&#34;nofollow&#34;&#62;http://goitd.com/form-test&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I cannot figure out how to fix the alignment issue if there is an error.&#60;/p&#62;
&#60;p&#62;The 2nd box shifts to the left.&#60;/p&#62;
&#60;p&#62;Any ideas ?&#60;/p&#62;
&#60;p&#62;here is the CSS ive pieced together..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_4 .validation_error, #gform_wrapper_4 .gform_body .gform_fields .gfield_error .validation_message {
	display: none!important;
}

#gform_wrapper_4 li.gfield.gfield_error.gfield_contains_required {
	margin: 0!important;
	padding: 0!important;
	background: none!important;
	border: none!important;
}

#gform_wrapper_4 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0!important;
}

/* make the form container relative for positioning */
body #gform_wrapper_4 {
	position: relative;
}

/* resize and position the form footer with the button */
body #gform_wrapper_4 .gform_footer {
	width: auto;
	position: absolute;
	left: 683px;
	top: 20px;
	padding: 0;
	margin: 0;
}

/* align: 0 auto; text-align: center; */
body #gform_wrapper_4 .gform_body {
	position: relative;
	left: 280px;
	top: -6px;
}

body #gform_wrapper_4 .gform_footer input[type=submit] {
	border: 1px solid red;
	position: relative;
	left: 683px;
	top: 20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Vikas Chawla on "Form alignemnt issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignemnt-issues#post-239833</link>
			<pubDate>Mon, 06 May 2013 10:11:45 +0000</pubDate>
			<dc:creator>Vikas Chawla</dc:creator>
			<guid isPermaLink="false">239833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just installed the gravity form on a work-in-progress website at &#60;a href=&#34;http://demo.drsmilez.com/wp/price-checker/&#34; rel=&#34;nofollow&#34;&#62;http://demo.drsmilez.com/wp/price-checker/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am having alignment issues with the field text.  How do I correct this? I did read about the CSS class names but doesnt seem to help.&#60;/p&#62;
&#60;p&#62;Thanks in advance for your support.&#60;/p&#62;
&#60;p&#62;Vikas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>neuic on "Newsletter Signup Button Alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newsletter-signup-button-alignment#post-210705</link>
			<pubDate>Mon, 15 Apr 2013 21:10:03 +0000</pubDate>
			<dc:creator>neuic</dc:creator>
			<guid isPermaLink="false">210705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've added a signup form on my posts and the button isnt aligning right on all browsers.  Only works on safari.  My code below and the form url: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.jasonneuman.com/welcome-test/&#34; rel=&#34;nofollow&#34;&#62;http://www.jasonneuman.com/welcome-test/&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-shadow: 0 0 5px #bbb inset;
	-webkit-box-shadow: 0 0 5px #bbb inset;
	background-color: #fff;
	box-shadow: 0 0 5px #bbb inset;
	box-sizing: border-box !important;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=&#38;quot;text&#38;quot;] {
	height: 38px;
        margin-left: 55px;
}

body .gform_wrapper {
	background-color: #f5f5f5;
	padding: 10px;
}

div.gform_footer input.button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	padding: 8px 15px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

body #gform_wrapper_2 {
    position: relative;
}

body #gform_wrapper_2 div.validation_error {
	display:none
}

body #gform_wrapper_2 .gfield_error {
    width: 100%;
    border:none;
}

li#field_2_1 {
	padding-top:6px
}

li#field_2_1 input {
	width:66%;
}

body #gform_wrapper_2 .gform_footer {
    width: auto;
    position: absolute;
    top: 145px;
    left: 75%;
    padding: 0;
    margin: 0;
}

body #gform_wrapper_2 .gform_footer .gform_edit_link {
	display:none
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Rufo on "Fitting the form to a column"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fitting-the-form-to-a-column#post-203117</link>
			<pubDate>Tue, 09 Apr 2013 22:34:29 +0000</pubDate>
			<dc:creator>Chris Rufo</dc:creator>
			<guid isPermaLink="false">203117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm having an issue getting the form to fit into a column. I've got a two-column set of text on the site using &#38;lt;div class=&#34;one-third&#34;&#38;gt; and &#38;lt;div class=&#34;one-third-last&#34;&#38;gt;. The text content works just as expected and is put to the appropriate column, but the form will not go to the right column.&#60;/p&#62;
&#60;p&#62;You can see the result here: &#60;a href=&#34;http://ageofchampions.org/wp-content/uploads/2013/04/Screen-shot-2013-04-09-at-7.30.27-PM.png&#34; rel=&#34;nofollow&#34;&#62;http://ageofchampions.org/wp-content/uploads/2013/04/Screen-shot-2013-04-09-at-7.30.27-PM.png&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Is there any trick to getting the form to fit into a &#38;lt;div&#38;gt; column? I can get it into my sidebar just fine, but can't get it into the second column. Thank you!&#60;/p&#62;
&#60;p&#62;The page is &#60;a href=&#34;http://www.ageofchampions.org/premiere&#34; rel=&#34;nofollow&#34;&#62;http://www.ageofchampions.org/premiere&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Christopher
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sproutfund on "Left-aligned, place description above fields (without PHP edits)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/left-aligned-place-description-above-fields-without-php-edits#post-152674</link>
			<pubDate>Fri, 22 Feb 2013 22:50:34 +0000</pubDate>
			<dc:creator>sproutfund</dc:creator>
			<guid isPermaLink="false">152674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When left alignment is selected for label placement, is it possible to modify the GF output to display descriptions above the field content instead of below--without editing the plugin files?&#60;/p&#62;
&#60;p&#62;Do you think that this &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/option-to-display-field-descriptions-above-field#post-3385&#34; rel=&#34;nofollow&#34;&#62;jQuery trick from 3 yrs ago&#60;/a&#62; would still work? Is there a better jQuery class selector that would move all descriptions rather than having to hard code each?&#60;/p&#62;
&#60;p&#62;The draft form located at: &#60;a href=&#34;http://remakelearning.org/directory/add-person/&#34; rel=&#34;nofollow&#34;&#62;http://remakelearning.org/directory/add-person/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michaelmjc on "Submit button alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-button-alignment#post-152443</link>
			<pubDate>Fri, 22 Feb 2013 15:10:17 +0000</pubDate>
			<dc:creator>michaelmjc</dc:creator>
			<guid isPermaLink="false">152443@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;I know there's lots of different posts on this, however, it seems everyone's theme varies how this will look. I would like the submit button to be on the right hand side underneath the other form elements. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://yyzdesign.com/abq-albuquerque&#34; rel=&#34;nofollow&#34;&#62;http://yyzdesign.com/abq-albuquerque&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can someone give me some insight as to how I can do this?&#60;/p&#62;
&#60;p&#62;Thanks so much,&#60;br /&#62;
Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spandau2s on "Label and Field in the Same Line, for Single Line Text Box"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/label-and-field-in-the-same-line-for-single-line-text-box#post-109675</link>
			<pubDate>Fri, 28 Dec 2012 06:49:57 +0000</pubDate>
			<dc:creator>spandau2s</dc:creator>
			<guid isPermaLink="false">109675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any easy way to align the label and field of a 'single line text' box in the same line?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexmcevoy on "Form alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-alignment#post-131586</link>
			<pubDate>Fri, 25 Jan 2013 15:52:11 +0000</pubDate>
			<dc:creator>alexmcevoy</dc:creator>
			<guid isPermaLink="false">131586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to align my gravity form on the bottom of this page &#60;a href=&#34;http://www.mhtpartners.com/services/seller-advisory/&#34; rel=&#34;nofollow&#34;&#62;http://www.mhtpartners.com/services/seller-advisory/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So it looks like form on the bottom on this page &#60;a href=&#34;http://www.mhtpartners.com/blog/investment-banking-topics/ma-advisory-services/&#34; rel=&#34;nofollow&#34;&#62;http://www.mhtpartners.com/blog/investment-banking-topics/ma-advisory-services/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically I need to be able to put two form fields (&#34;name&#34; and &#34;email) on the same horizontal plane.&#60;/p&#62;
&#60;p&#62;Also I would like to enlarge the lead up text (&#34;Important decisions generally require…&#34;) and add some line spacing before the last sentence like on &#60;a href=&#34;http://www.mhtpartners.com/blog/investment-banking-topics/ma-advisory-services/&#34; rel=&#34;nofollow&#34;&#62;http://www.mhtpartners.com/blog/investment-banking-topics/ma-advisory-services/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated!&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BorisHoekmeijer on "Enhanced User Interface (Chosen script) list of items not aligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-user-interface-chosen-script-list-of-items-not-aligned#post-96499</link>
			<pubDate>Wed, 28 Nov 2012 08:18:36 +0000</pubDate>
			<dc:creator>BorisHoekmeijer</dc:creator>
			<guid isPermaLink="false">96499@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've created a form with drowpdown and multi select lists. When clicked open, the items are neatly displayed below eachother. However, when I activated the Enhanced User Interface, the alignment is dropped, and all items are displayed after eachother. Only when the word doesn't fit the line anymore, is it displayed in the next line. It looks very messy. Have you any idea how this can be? I'm using GF 1.6.9 and WordPress 3.4.2.&#60;br /&#62;
I don't have a URL as it's on my local machine (XAMPP), but I do have a screenshot. Is there an upload possibility?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>claire schrader on "Field text alignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-text-alignment#post-96150</link>
			<pubDate>Tue, 27 Nov 2012 10:13:01 +0000</pubDate>
			<dc:creator>claire schrader</dc:creator>
			<guid isPermaLink="false">96150@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I've just started using Gravity Forms. I notice on the preview the text displays fine but on my website both paragraph and single line of text fields - come out all bunched up - which looks odd and hard to read. Can you suggest how to rectify this? Thanks&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.makingmoves.net/breakthrough-questions/&#34; rel=&#34;nofollow&#34;&#62;http://www.makingmoves.net/breakthrough-questions/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Claire Schrader
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
