<?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: Styling Validation Error Messages</title>
		<link>https://legacy.forums.gravityhelp.com/topic/styling-validation-error-messages</link>
		<description>Gravity Support Forums Topic: Styling Validation Error Messages</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:24:04 +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/styling-validation-error-messages" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Styling Validation Error Messages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-validation-error-messages#post-238283</link>
			<pubDate>Sun, 05 May 2013 09:17:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">238283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, the first thing I see is that the ready classes aren't being implemented correctly and I would bet that's causing most of your layout woes. The &#34;left_half&#34; and &#34;right_half&#34; classes are supposed to work together left+right and so on. You have left, right, left, left, left, left. I see what you're trying to do, but those classes are designed to create simple two column layouts where the fields are the same size.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/qWKPFdO.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/qWKPFdO.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I would do is use the HTML blocks to add inline div &#34;wrapper&#34; elements and actually create 2 div &#34;columns&#34; to align your fields the way you want. It's going to be a tad more work building the form and CSS, but it's going to be more forgiving and bulletproof from a layout standpoint.&#60;/p&#62;
&#60;p&#62;Here's an example of what I'm talking about.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once you get the layout sorted properly I think the validation styling shouldn't be a problem.. if anything, just may need some minor tweaking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling Validation Error Messages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-validation-error-messages#post-237033</link>
			<pubDate>Sat, 04 May 2013 12:33:53 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">237033@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey, sorry, I did see this post but haven't had a chance to go back and research it thoroughly to give you some pointers. I'll do that asap but wanted to let you know I hadn't forgotten you. Thanks for your patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Phormosa on "Styling Validation Error Messages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-validation-error-messages#post-234130</link>
			<pubDate>Thu, 02 May 2013 18:56:36 +0000</pubDate>
			<dc:creator>Phormosa</dc:creator>
			<guid isPermaLink="false">234130@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin,&#60;/p&#62;
&#60;p&#62;Thanks for the help. You can find the form at &#60;a href=&#34;http://justrank.it/&#34; rel=&#34;nofollow&#34;&#62;http://justrank.it/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;The form is at the very bottom. Just hit submit without filling anything out and you'll understand what's going on. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Styling Validation Error Messages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-validation-error-messages#post-232763</link>
			<pubDate>Wed, 01 May 2013 22:52:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">232763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a URL to your form so we can check it out. It's a lot easier to offer some help if we can see the actual form. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Phormosa on "Styling Validation Error Messages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-validation-error-messages#post-232673</link>
			<pubDate>Wed, 01 May 2013 21:27:46 +0000</pubDate>
			<dc:creator>Phormosa</dc:creator>
			<guid isPermaLink="false">232673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having a hard time styling the validation error messages - I've adjusted the positioning for the various inputs/fields for the form, and it looks great when there's no errors. But when there are, the whole thing just looks totally wrong with various fields just going completely out of alignment when the errors pop up. Here's some css targeting that I've done that hasn't worked (gravity-last-name is a custom class and the positioning values are exaggerated for testing purposes): &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gravity-last-name .validation_error {
	position:relative;
	padding: 0px;
	margin: 0px;
	width: 140px;
	top: -300px !important;

} */
/*#field_2_10 .gfield_error {
	position:relative;
	padding: 0px;
	margin: 0px;
	width: 140px;
	left: -300px !important;
	top: -500px !important;

} 

.gfield_error .validation_message .gravity-last-name {
	position: relative;
	top: 100px;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
