<?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: Problem with white-space: nowrap !important</title>
		<link>https://legacy.forums.gravityhelp.com/topic/problem-with-white-space-nowrap-important</link>
		<description>Gravity Support Forums Topic: Problem with white-space: nowrap !important</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:35:21 +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/problem-with-white-space-nowrap-important" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Problem with white-space: nowrap !important"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-white-space-nowrap-important#post-59561</link>
			<pubDate>Sun, 20 May 2012 18:38:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59561@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You used a . (class) selector when you copied my first example. But you need to use the ID to overwrite the CSS to select it more specifically. See this &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/bb41f58c-3afa-4d37-9d35-bbcc4b75198f/a687d900f95c9e41d93913f2d12eddc5&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62; for an explanation.&#60;/p&#62;
&#60;p&#62;Our CSS is super-tight. Sometimes, using !important is required, depending on certain situations. I'm sure you can appreciate that when trying to create a global plugin stylesheet that works in a lot of different scenarios. You can always add a class to your form and/or individual fields in the formbuilder to build your selector more specifically that will not need the !important. Actually, when you correct the CSS snippet as I showed in the screenshot above, you should not need the !important.&#60;/p&#62;
&#60;p&#62;Also, since your theme is using responsive design, you might even be able to throw a generic selector into a media query subset of the CSS to edit this word-wrap. Anyways, point is, skies the limit on selecting.&#60;/p&#62;
&#60;p&#62;To place css in the reply, just place [css] in between the backtick characters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ulrich on "Problem with white-space: nowrap !important"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-white-space-nowrap-important#post-59504</link>
			<pubDate>Sat, 19 May 2012 09:07:45 +0000</pubDate>
			<dc:creator>Ulrich</dc:creator>
			<guid isPermaLink="false">59504@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am sorry but it doesn't work. I need a general solution. The css in my child theme is unable to over come the css in the plugin stylesheet.&#60;/p&#62;
&#60;p&#62;You does GravityForms always use so much !important in their css?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;P.s. How do you put that code in your reply?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Problem with white-space: nowrap !important"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-white-space-nowrap-important#post-59495</link>
			<pubDate>Sat, 19 May 2012 08:04:46 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should do the trick for you:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper li.gf_inline div.ginput_container {
white-space: normal !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you need a more specific selector you could do something like this instead (ID only this form wrapper):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_1 li.gf_inline div.ginput_container {
white-space: normal !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ulrich on "Problem with white-space: nowrap !important"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-white-space-nowrap-important#post-59488</link>
			<pubDate>Sat, 19 May 2012 04:11:01 +0000</pubDate>
			<dc:creator>Ulrich</dc:creator>
			<guid isPermaLink="false">59488@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
When I resize the browser to a mobile size. Two fields do not wrap due to this css in the gform stylesheet.&#60;br /&#62;
.gform_wrapper li.gf_inline div.ginput_container {&#60;br /&#62;
	white-space: nowrap !important&#60;br /&#62;
}&#60;br /&#62;
How can I change to white-space: normal;?&#60;/p&#62;
&#60;p&#62;Test Site URL&#60;br /&#62;
&#60;a href=&#34;http://www.grappler.tk/dyebata/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.grappler.tk/dyebata/contact&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
