<?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: Drop down boxes alignement problem</title>
		<link>https://legacy.forums.gravityhelp.com/topic/drop-down-boxes-alignement-problem</link>
		<description>Gravity Support Forums Topic: Drop down boxes alignement problem</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 16:17:53 +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/drop-down-boxes-alignement-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Drop down boxes alignement problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-boxes-alignement-problem#post-36020</link>
			<pubDate>Fri, 23 Sep 2011 09:46:20 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">36020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would target them for CSS manipulation using the ID on the parent list item this way.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
/* first field */
body #gform_wrapper_1 .gform_body .gform_fields li#field_1_1.gfield {
	border: 1px solid red
}

/* second field */
body #gform_wrapper_1 .gform_body .gform_fields li#field_1_2.gfield {
	border: 1px solid blue
}

/* third field */
body #gform_wrapper_1 .gform_body .gform_fields li#field_1_34.gfield {
	border: 1px solid green
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/qHMVxY&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qHMVxY&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;More targeting samples, etc. can be found in the documentation here if you need.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulbcram on "Drop down boxes alignement problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-boxes-alignement-problem#post-36017</link>
			<pubDate>Fri, 23 Sep 2011 08:05:25 +0000</pubDate>
			<dc:creator>paulbcram</dc:creator>
			<guid isPermaLink="false">36017@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi - many thanks for really quick advice - yes I put the empty HTML field in and it aligns correctly. I since changed back to 4 columns for this row which i think looks better.&#60;/p&#62;
&#60;p&#62;You mentioned about targeting the first 3 fields by their ID and set constant height. I know how to find their ID , but what code would fix the problem as opposed to inserting HTML box. I wasnt sure of the code for this and it would be helpful for targeting other field. eg I also need to left align the first row and equally space the fields&#60;/p&#62;
&#60;p&#62;Many thanks for your great support&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Drop down boxes alignement problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-boxes-alignement-problem#post-36015</link>
			<pubDate>Fri, 23 Sep 2011 07:39:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">36015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is that the preceding &#34;division&#34; field is taller/occupies more vertical space than the first two fields. This is causing the following floated elements to &#34;hang&#34; on the elements invisible border. That's one of the problems when you're making extensive use of the CSS Ready Classes or using lots of floated elements.. floats don't work like inline elements so the height of the fields matter.&#60;/p&#62;
&#60;p&#62;You can target the first 3 fields by their ID and set a consistent height, or you can try adding an empty HTML block field just after the &#34;division&#34; field that will clear the floated elements.&#60;/p&#62;
&#60;p&#62;test screenshot ( with empty HTML block ) : &#60;a href=&#34;http://bit.ly/pT2z8V&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/pT2z8V&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulbcram on "Drop down boxes alignement problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-boxes-alignement-problem#post-36014</link>
			<pubDate>Fri, 23 Sep 2011 07:05:48 +0000</pubDate>
			<dc:creator>paulbcram</dc:creator>
			<guid isPermaLink="false">36014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI - hope someone can help with this. I am new to GF and grappling with editing the HTML. On one particluar line the fields do not line up horizontally. I have changed the format from 4 column layout to 2 column and same error. The problem is specifically on the fields 'home team' and 'away team'.&#60;/p&#62;
&#60;p&#62;I have used the code for 4 columns pasted from the forum and this works ok further down the form. There must be something that mis-aligns these fields on the row.&#60;br /&#62;
form is here:&#60;br /&#62;
&#60;a href=&#34;http://www.results.nctt.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.results.nctt.co.uk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks for any advice!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
