<?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-1</link>
		<description>Gravity Support Forums Topic: Styling Validation Error Messages</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:30: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/styling-validation-error-messages-1" 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-1#post-238318</link>
			<pubDate>Sun, 05 May 2013 09:45:05 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">238318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is essentially the same issue as addressed here.. same layout, albeit a different site.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/styling-validation-error-messages&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/styling-validation-error-messages&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To avoid duplication of efforts, I'm closing this topic for now and we can continue on the other thread.
&#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-1#post-235797</link>
			<pubDate>Fri, 03 May 2013 19:22:46 +0000</pubDate>
			<dc:creator>Phormosa</dc:creator>
			<guid isPermaLink="false">235797@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! I'll give it a try
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "Styling Validation Error Messages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/styling-validation-error-messages-1#post-235730</link>
			<pubDate>Fri, 03 May 2013 18:26:29 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">235730@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You might want to try this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#bottom-contact-form1 gform_wrapper li.gfield.gfield_error .gfield_description,
#bottom-contact-form1 .gform_wrapper .validation_message,
#bottom-contact-form1 .gform_wrapper .validation_error{
display:none;
}
#bottom-contact-form1 .gform_wrapper li.gfield.gfield_error{
background:none;margin:0 0 8px 0;padding:0;border:none;
}
#bottom-contact-form1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin-top: 0;
}
#bottom-contact-form1 gform_wrapper li.gfield.gfield_error input{
border:red;
background:#FFDFDF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will instead of making the errored DIVs pink will hide error descriptions will make the errored input field themselves pink with a red border.&#60;/p&#62;
&#60;p&#62;Seeing as I do not have access to your actually stylesheet, I was testing these styles using the Chrome Developers tool. You still might need to adjust the padding and margins accordingly to make it work, but it should be pretty close.&#60;/p&#62;
&#60;p&#62;Hope this answers your question.
&#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-1#post-235475</link>
			<pubDate>Fri, 03 May 2013 14:00:16 +0000</pubDate>
			<dc:creator>Phormosa</dc:creator>
			<guid isPermaLink="false">235475@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;
 }
18
.gfield_error .validation_message .gravity-last-name {
position: relative;
top: 100px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see the form at the bottom of the page: &#60;a href=&#34;http://wearetuners.com/&#34; rel=&#34;nofollow&#34;&#62;http://wearetuners.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
