<?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: Need CSS for consistent input box positioning</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-css-for-concistent-input-box-positioning</link>
		<description>Gravity Support Forums Topic: Need CSS for consistent input box positioning</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:19:16 +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/need-css-for-concistent-input-box-positioning" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Need CSS for consistent input box positioning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-css-for-concistent-input-box-positioning#post-74051</link>
			<pubDate>Wed, 05 Sep 2012 15:47:44 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">74051@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob is the man. That is all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Need CSS for consistent input box positioning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-css-for-concistent-input-box-positioning#post-74050</link>
			<pubDate>Wed, 05 Sep 2012 15:46:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">74050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try dropping this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper span.ginput_product_price {
width: 100px;
display: inline-block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://www.evernote.com/shard/s212/sh/97b24adc-8c67-4e9a-a7e1-9ed6311da99e/cba5a9dd30137e86d2dc86a8427d34be&#34; rel=&#34;nofollow&#34;&#62;Result&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MangoMM on "Need CSS for consistent input box positioning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-css-for-concistent-input-box-positioning#post-74038</link>
			<pubDate>Wed, 05 Sep 2012 14:57:00 +0000</pubDate>
			<dc:creator>MangoMM</dc:creator>
			<guid isPermaLink="false">74038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
Thanks for the reply.&#60;br /&#62;
&#60;a href=&#34;http://goldealers.co.uk/precious-metals-calculator/?metal=Coins&#34; rel=&#34;nofollow&#34;&#62;http://goldealers.co.uk/precious-metals-calculator/?metal=Coins&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Need CSS for consistent input box positioning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-css-for-concistent-input-box-positioning#post-73980</link>
			<pubDate>Wed, 05 Sep 2012 09:43:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">73980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Adding the &#34;display: block&#34; property to your inputs is going to force them to a new line like you've discovered and it's not going to get you where you need to be. Screenshots are nice, but please post a URL to your form page and we can inspect your form and give you some specific guidance to help you out.&#60;/p&#62;
&#60;p&#62;Most likely you can set a specific width for your label and that will work but without seeing your form, I can't tell you for sure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MangoMM on "Need CSS for consistent input box positioning"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-css-for-concistent-input-box-positioning#post-73931</link>
			<pubDate>Wed, 05 Sep 2012 04:49:15 +0000</pubDate>
			<dc:creator>MangoMM</dc:creator>
			<guid isPermaLink="false">73931@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My form is set up with label placement &#34;left_aligned&#34;.&#60;/p&#62;
&#60;p&#62;I have a list of products, which vary in price significantly. For example, one item may be £300.00 and another £3,000.00.&#60;/p&#62;
&#60;p&#62;As you can see, £3,000.00 takes up much more space than £300.00&#60;/p&#62;
&#60;p&#62;What my problem is that the price label also takes up space, which means that the input box for quantity is floated to the left of the pricing label at differing amounts each time.&#60;/p&#62;
&#60;p&#62;This looks quite ugly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://s8.postimage.org/bnpbifqp1/Screen_shot_2012_09_05_at_09_45_05.png&#34; rel=&#34;nofollow&#34;&#62;http://s8.postimage.org/bnpbifqp1/Screen_shot_2012_09_05_at_09_45_05.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have attempted to change the css for &#60;code&#62;.ginput_product_price&#60;/code&#62; to display block, and then setting a standard width, however this makes things look even worse.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://s8.postimage.org/ral69jtut/Screen_shot_2012_09_05_at_09_45_32.png&#34; rel=&#34;nofollow&#34;&#62;http://s8.postimage.org/ral69jtut/Screen_shot_2012_09_05_at_09_45_32.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Are you able to help me with the css to make this look consistent at all? I am surprised nobody else appears to have had a similar issue on these forums.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
