<?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: Targeting Custom Class</title>
		<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class</link>
		<description>Gravity Support Forums Topic: Targeting Custom Class</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:21:38 +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/targeting-custom-class" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Targeting Custom Class"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class#post-174430</link>
			<pubDate>Sun, 17 Mar 2013 16:25:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174430@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should not modify the Gravity Forms forms.css file.  If it works when you add it there, but not when you add it to one of your theme stylesheets, you are adding it incorrectly, or it's not a specific enough rule to override the others.  If you add that back to your theme's stylesheet and post a link here, we will take a look and tell you why it's not working.  We can't support modifications to the included Gravity Forms forms.css file, so you'll need to remove those to show us what is going on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hmarcks on "Targeting Custom Class"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class#post-171381</link>
			<pubDate>Thu, 14 Mar 2013 15:11:09 +0000</pubDate>
			<dc:creator>hmarcks</dc:creator>
			<guid isPermaLink="false">171381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No luck. I tried variations, and adding a background and border to see if it was just the width that wasn't taking, but nothing.&#60;/p&#62;
&#60;p&#62;Edit - It works when I insert in the gravityforms css file, but not mine. I'm curious why this happens even with the custom class and !important. I've also been modifying other form css in my css file, odd.&#60;/p&#62;
&#60;p&#62;Thanks Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Targeting Custom Class"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class#post-171312</link>
			<pubDate>Thu, 14 Mar 2013 12:56:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">171312@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try adding this CSS to your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper li.two-thirds-width textarea {
    width: 64%!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I used 64% since it lined up better with the three-across fields on the first line of the form.  Adjust as you see fit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hmarcks on "Targeting Custom Class"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class#post-171200</link>
			<pubDate>Thu, 14 Mar 2013 10:23:46 +0000</pubDate>
			<dc:creator>hmarcks</dc:creator>
			<guid isPermaLink="false">171200@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;*removed*&#60;/p&#62;
&#60;p&#62;Thanks Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Targeting Custom Class"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class#post-171197</link>
			<pubDate>Thu, 14 Mar 2013 10:18:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">171197@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please share a link to the page on your site where we can see your form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hmarcks on "Targeting Custom Class"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class#post-170359</link>
			<pubDate>Wed, 13 Mar 2013 20:59:07 +0000</pubDate>
			<dc:creator>hmarcks</dc:creator>
			<guid isPermaLink="false">170359@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've tried variations of &#34;li#field_1_25 .gfield.two-thirds-width&#34; with no luck. I'm trying to define the width of the whole element.&#60;/p&#62;
&#60;p&#62;Any help is appreciated, thanks -
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hmarcks on "Targeting Custom Class"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/targeting-custom-class#post-169338</link>
			<pubDate>Wed, 13 Mar 2013 00:58:24 +0000</pubDate>
			<dc:creator>hmarcks</dc:creator>
			<guid isPermaLink="false">169338@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm having a hard time targeting a custom class. I set a class for &#34;two-thirds-width&#34; for a paragraph text field.&#60;/p&#62;
&#60;p&#62;The html output is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;li id=&#38;#39;field_1_25&#38;#39; class=&#38;#39;gfield    two-thirds-width&#38;#39; &#38;gt;&#38;lt;label class=&#38;#39;gfield_label&#38;#39; for=&#38;#39;input_1_25&#38;#39;&#38;gt;Event Description&#38;lt;/label&#38;gt;&#38;lt;div class=&#38;#39;ginput_container&#38;#39;&#38;gt;&#38;lt;textarea name=&#38;#39;input_25&#38;#39; id=&#38;#39;input_1_25&#38;#39; class=&#38;#39;textarea medium&#38;#39; tabindex=&#38;#39;6&#38;#39;   rows=&#38;#39;10&#38;#39; cols=&#38;#39;50&#38;#39;&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li id=&#38;#39;field_1_5&#38;#39; class=&#38;#39;gfield    two-thirds-width  gfield_html gfield_html_formatted gfield_no_follows_desc&#38;#39; &#38;gt;&#38;lt;div class=&#38;quot;sectionblock-left&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can someone help me out with the css selector I need?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
