<?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 for group fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields</link>
		<description>Gravity Support Forums Topic: CSS for group fields</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 12:42:39 +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-for-group-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS for group fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields#post-58311</link>
			<pubDate>Wed, 09 May 2012 09:50:16 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">58311@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What exactly are you trying to achieve that isn't working, specifically?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tanksalot on "CSS for group fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields#post-58301</link>
			<pubDate>Wed, 09 May 2012 08:21:39 +0000</pubDate>
			<dc:creator>tanksalot</dc:creator>
			<guid isPermaLink="false">58301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure I understand. The enclosed CSS is what I have now. Are there ways to streamline it? Are there redundancies I can remove safely? Thank you.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .top_label .gfield_label {
  display:block;
  font-weight:normal;
  line-height:normal;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea  {
  height:109px;
  width:90%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  height:28px;
  width:75%;
}
.gform_wrapper .gform_body .gform_fields .ginput_complex input[type=text],
.gform_wrapper .gform_body .gform_fields .ginput_complex input[type=email],
.gform_wrapper .gform_body .gform_fields .ginput_complex input[type=tel],
.gform_wrapper .gform_body .gform_fields .ginput_complex input[type=url],
.gform_wrapper .gform_body .gform_fields .ginput_complex input[type=number],
.gform_wrapper .gform_body .gform_fields .ginput_complex input[type=password],
.gform_wrapper .gform_body .gform_fields .ginput_complex select {
    height: 28px;
}
.gform_wrapper input[type=&#38;quot;text&#38;quot;], .gform_wrapper input[type=&#38;quot;url&#38;quot;], .gform_wrapper input[type=&#38;quot;email&#38;quot;], .gform_wrapper input[type=&#38;quot;tel&#38;quot;], .gform_wrapper input[type=&#38;quot;number&#38;quot;], .gform_wrapper input[type=&#38;quot;password&#38;quot;] {
  border:1px solid #DDD;
  border-top:1px solid #BBB;
  color:#999;
  font: -webkit-small-control;
  padding:1px 1px 1px 12px;
}
.gform_wrapper input[type=&#38;quot;text&#38;quot;]:hover, .gform_wrapper input[type=&#38;quot;url&#38;quot;]:hover, .gform_wrapper input[type=&#38;quot;email&#38;quot;]:hover, .gform_wrapper input[type=&#38;quot;tel&#38;quot;]:hover, .gform_wrapper input[type=&#38;quot;number&#38;quot;]:hover, .gform_wrapper input[type=&#38;quot;password&#38;quot;]:hover {
  border:1px solid #AAA;
}
.gform_wrapper input[type=&#38;quot;text&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;url&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;email&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;tel&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;number&#38;quot;]:focus, .gform_wrapper input[type=&#38;quot;password&#38;quot;]:focus {
  background-color:#FAFAFA;
  color:#666;
}
.gform_wrapper textarea {
  border:1px solid #DDD;
  border-top:1px solid #BBB;
  color:#999;
  font: -webkit-small-control;
  margin:0 0 15px 0;
  padding:12px 2px 2px 12px;
  resize:both;
}
.gform_wrapper textarea:hover {
  border:1px solid #AAA;
}
.gform_wrapper textarea:focus {
  background-color:#FAFAFA;
  color:#666;
}
#recaptcha_table {
  border:none !important;
}
.recaptchatable .recaptcha_image_cell {
  background-color:transparent !important;
}
#recaptcha_logo, #recaptcha_tagline {
  display:none;
}
.recaptchatable #recaptcha_response_field {
  border:1px solid #DFDFDF !important;
  font-size:11px !important;
  height:28px;
  line-height:1.3;
  padding:0;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;] {
  background: -moz-linear-gradient(top, #F9F9F9, #F0F0F0);
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#F0F0F0));
  border: 1px solid #DEDEDE;
  border-color: #DEDEDE #D8D8D8 #D3D3D3;
  -moz-box-shadow: 0 1px 2px #EAEAEA, inset 0 1px 0 #FBFBFB;
  -webkit-box-shadow: 0 1px 2px #EAEAEA, inset 0 1px 0 #FBFBFB;
  box-shadow: 0 1px 2px #EAEAEA, inset 0 1px 0 #FBFBFB;
  color: #555 !important;
  cursor:pointer;
  font:bold 12px/1em HelveticaNeue, Arial, sans-serif;
  padding:8px 11px;
  text-shadow:0 1px 0 #FFF;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;]:hover, .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;]:focus {
  background: -moz-linear-gradient(top, #F9F9F9, #E9E9E9);
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E9E9E9));
}
.gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;]:active {
  background: #EFEFEF;
  background: -moz-linear-gradient(top, #EAEAEA, #F4F4F4);
  background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), to(#F4F4F4));
  position:relative;
  top:1px;
}
#gform_wrapper_1 {
  max-width:inherit;
}
#gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display:none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS for group fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields#post-54596</link>
			<pubDate>Mon, 09 Apr 2012 08:43:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">54596@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can remove the existing height specification if you want or you can just add this (not replace anything) to the end of your stylesheet. It's really up to you and how you prefer everything to look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tanksalot on "CSS for group fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields#post-54594</link>
			<pubDate>Mon, 09 Apr 2012 08:40:21 +0000</pubDate>
			<dc:creator>tanksalot</dc:creator>
			<guid isPermaLink="false">54594@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Will check on the plugin conflicts next. About that CSS you provided. Does that replace whatever else is in there or an addition to it? I can pull the height CSS that is already there if needed. (just trying to keep it clean and short)&#60;/p&#62;
&#60;p&#62;Thanks Kevin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS for group fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields#post-54549</link>
			<pubDate>Sat, 07 Apr 2012 19:33:35 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">54549@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should get you closer. The theme developer specified a height on the inputs, but didn't target ALL of them correctly to force the same height. You can add this to the end of your theme stylesheet.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_body .gform_fields .ginput_complex input[type=text],
body .gform_wrapper .gform_body .gform_fields .ginput_complex input[type=email],
body .gform_wrapper .gform_body .gform_fields .ginput_complex input[type=tel],
body .gform_wrapper .gform_body .gform_fields .ginput_complex input[type=url],
body .gform_wrapper .gform_body .gform_fields .ginput_complex input[type=number],
body .gform_wrapper .gform_body .gform_fields .ginput_complex input[type=password],
body .gform_wrapper .gform_body .gform_fields .ginput_complex select {
    height: 28px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot: &#60;a href=&#34;http://bit.ly/I3ZoBW&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/I3ZoBW&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, I noticed some break tags in that area of the form markup that are not normally there. Those are most likely being introduced by some other plugin or even your theme. That could be causing some layout problems itself. You may want to test for conflicts to find out where the extraneous markup is coming from.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS for group fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields#post-54523</link>
			<pubDate>Sat, 07 Apr 2012 06:49:55 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">54523@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;take a look at the examples here.. they should help you get to where you need to be.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tanksalot on "CSS for group fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-for-group-fields#post-54510</link>
			<pubDate>Sat, 07 Apr 2012 00:10:46 +0000</pubDate>
			<dc:creator>tanksalot</dc:creator>
			<guid isPermaLink="false">54510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have read a few threads on this and have experimented some but am still not able to get these fields to appear as the other throughout the site. The fields are what I will call group fields, meaning separate first and last name fields, the address fields, and the email fields if Confirm Email is activated. They are not picking up the CSS I have added. &#60;/p&#62;
&#60;p&#62;See &#60;a href=&#34;http://gardensare.com/contact&#34; rel=&#34;nofollow&#34;&#62;http://gardensare.com/contact&#60;/a&#62; (you have to select the first checkbox to expose the address fields) and &#60;a href=&#34;http://gardensare.com/employment-application/&#34; rel=&#34;nofollow&#34;&#62;http://gardensare.com/employment-application/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;How do I target these fields in these forms?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
