<?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: css to put the field label on the right side of the field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-to-put-the-field-label-on-the-right-side-of-the-field</link>
		<description>Gravity Support Forums Topic: css to put the field label on the right side of the field</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 20:40:44 +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/css-to-put-the-field-label-on-the-right-side-of-the-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "css to put the field label on the right side of the field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-put-the-field-label-on-the-right-side-of-the-field#post-50101</link>
			<pubDate>Tue, 21 Feb 2012 11:53:17 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50101@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I updated that style block above, replace the one you have with that. You could alternatively just update your form settings to use the &#34;Left Aligned Label&#34; setting and it will pick up the original style block that you have in your CSS file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pourya1987 on "css to put the field label on the right side of the field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-put-the-field-label-on-the-right-side-of-the-field#post-50100</link>
			<pubDate>Tue, 21 Feb 2012 11:48:05 +0000</pubDate>
			<dc:creator>pourya1987</dc:creator>
			<guid isPermaLink="false">50100@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin for your guidance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pourya1987 on "css to put the field label on the right side of the field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-put-the-field-label-on-the-right-side-of-the-field#post-50099</link>
			<pubDate>Tue, 21 Feb 2012 11:47:09 +0000</pubDate>
			<dc:creator>pourya1987</dc:creator>
			<guid isPermaLink="false">50099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob for your help. it worked pretty well on this page:&#60;br /&#62;
&#60;a href=&#34;http://mihanhub.com/?page_id=62&#34; rel=&#34;nofollow&#34;&#62;http://mihanhub.com/?page_id=62&#60;/a&#62;&#60;br /&#62;
but nothing changed on the page below:&#60;br /&#62;
&#60;a href=&#34;http://mihanhub.com/?page_id=56&#34; rel=&#34;nofollow&#34;&#62;http://mihanhub.com/?page_id=56&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I pasted your code in my theme's custom css field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "css to put the field label on the right side of the field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-put-the-field-label-on-the-right-side-of-the-field#post-49993</link>
			<pubDate>Mon, 20 Feb 2012 14:02:56 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">49993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't move the location of the browse button for upload (input type='file') controls. Those controls are essentially inaccessible for formatting or CSS manipulation.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.quirksmode.org/dom/inputfile.html&#34; rel=&#34;nofollow&#34;&#62;http://www.quirksmode.org/dom/inputfile.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "css to put the field label on the right side of the field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-put-the-field-label-on-the-right-side-of-the-field#post-49980</link>
			<pubDate>Mon, 20 Feb 2012 12:59:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">49980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should work for you, try dropping this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .left_label .gfield_label, .gform_wrapper .right_label .gfield_label {
float: right !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>pourya1987 on "css to put the field label on the right side of the field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-to-put-the-field-label-on-the-right-side-of-the-field#post-49979</link>
			<pubDate>Mon, 20 Feb 2012 12:53:11 +0000</pubDate>
			<dc:creator>pourya1987</dc:creator>
			<guid isPermaLink="false">49979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi here is my site url:&#60;br /&#62;
&#60;a href=&#34;http://mihanhub.com/?page_id=62&#34; rel=&#34;nofollow&#34;&#62;http://mihanhub.com/?page_id=62&#60;/a&#62;&#60;br /&#62;
I would like my field labels to be on the right side of the fields instead of the left side cause it's a right to left language. I also need to put the brows button on the left side of the field. How can I do this. A good example is the site below:&#60;br /&#62;
&#60;a href=&#34;http://www.iranianuk.com/page2.php5?n=page_ad&#34; rel=&#34;nofollow&#34;&#62;http://www.iranianuk.com/page2.php5?n=page_ad&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
