<?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: Style Password Field: How to stack vertically</title>
		<link>https://legacy.forums.gravityhelp.com/topic/style-password-field-how-to-stack-vertically</link>
		<description>Gravity Support Forums Topic: Style Password Field: How to stack vertically</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:36:15 +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/style-password-field-how-to-stack-vertically" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Style Password Field: How to stack vertically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-password-field-how-to-stack-vertically#post-299237</link>
			<pubDate>Mon, 03 Jun 2013 12:19:49 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">299237@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try adding the following to your theme's stylesheet&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .ginput_complex .ginput_right {
    clear: left;
    float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the only caveat is that as it is the above will also affect similar field types such as the email field with confirmation, if you only want to affect the password field then you would have to add a custom CSS class name to the fields advanced tab and to the rule like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .my_custom_class .ginput_complex .ginput_right {
    clear: left;
    float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZeadsDead on "Style Password Field: How to stack vertically"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/style-password-field-how-to-stack-vertically#post-299186</link>
			<pubDate>Mon, 03 Jun 2013 11:50:03 +0000</pubDate>
			<dc:creator>ZeadsDead</dc:creator>
			<guid isPermaLink="false">299186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
The password field is side-by-side by default.&#60;/p&#62;
&#60;p&#62;I would like to stack it so it's on top of each other.  Is this possible?&#60;/p&#62;
&#60;p&#62;For example, instead of:&#60;/p&#62;
&#60;p&#62;create a pw:                    confirm your pw:&#60;/p&#62;
&#60;p&#62;it should be:&#60;/p&#62;
&#60;p&#62;create a pw:&#60;br /&#62;
confirm your pw:
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
