<?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 problems...</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-problems</link>
		<description>Gravity Support Forums Topic: CSS problems...</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:15:13 +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-problems" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS problems..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problems#post-42391</link>
			<pubDate>Mon, 28 Nov 2011 20:51:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42391@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The gf_list_2col style is working, the conflict was on line 2587 of style.css - there is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
form ul, form li {
list-style-type: none;
list-style-position: outside;
border: 0;
margin: 0 0 20px 0 !important;
padding: 0 !important;
display: block;
clear: both;
background: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That clear:both was causing the float:left of the ready class to still float:left, but clear the float above it first.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "CSS problems..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problems#post-42379</link>
			<pubDate>Mon, 28 Nov 2011 20:17:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Kenguru Do you have the CSS Ready Class implemented right now? Let me know which field and I can take a look and see why it is not being applied.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kenguru on "CSS problems..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problems#post-42374</link>
			<pubDate>Mon, 28 Nov 2011 19:47:20 +0000</pubDate>
			<dc:creator>Kenguru</dc:creator>
			<guid isPermaLink="false">42374@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okei, I added your code given here to my theme's stylesheet, and now it is working! Thanks a lot.&#60;/p&#62;
&#60;p&#62;But I still wonder, why the &#34;gf_list_2col&#34; style did not work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS problems..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problems#post-42366</link>
			<pubDate>Mon, 28 Nov 2011 19:27:42 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You have a style in your theme that's clearing the floats on the radio buttons ready styles, pop this into your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li, .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
clear: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kenguru on "CSS problems..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problems#post-42358</link>
			<pubDate>Mon, 28 Nov 2011 18:35:53 +0000</pubDate>
			<dc:creator>Kenguru</dc:creator>
			<guid isPermaLink="false">42358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, how kind of you, thanks a lot!!!&#60;/p&#62;
&#60;p&#62;Well, I had not selected the CSS output, sorry. Obviously I need it, and it does still leave all the basic styles from my theme, great!&#60;/p&#62;
&#60;p&#62;No the line break is gone, very good.&#60;br /&#62;
But the radio button option lines are in different rows, when they should be in the same line.&#60;/p&#62;
&#60;p&#62;In advance tab I have this in the CSS Clas name:&#60;br /&#62;
gf_list_2col&#60;/p&#62;
&#60;p&#62;Is it correct? How can I get the radio button options to the same line?&#60;/p&#62;
&#60;p&#62;(The simple text fields are correctly in the same row.)&#60;/p&#62;
&#60;p&#62;Thanks again! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS problems..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problems#post-42354</link>
			<pubDate>Mon, 28 Nov 2011 18:15:28 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42354@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like the gravity forms style sheet isn't coming through at all. Do you have the Output CSS option selected in your settings? If so, how are you placing the form on the page. The ready classes should achieve what you are looking to do out of the box if we can get the gravity forms style sheet to come through:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;An alternate fix would be to add this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gchoice_1_0 {
float: left;
width: 22%;
}
.gchoice_1_1 {
float: left;
clear: none;
}
.gchoice_1_0 label, .gchoice_1_1 label {
display: inline;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kenguru on "CSS problems..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problems#post-42353</link>
			<pubDate>Mon, 28 Nov 2011 18:09:55 +0000</pubDate>
			<dc:creator>Kenguru</dc:creator>
			<guid isPermaLink="false">42353@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, I have to sorrily admit, that I am not any CSS expert... :(. I can make some basic changes, but this is something I cannot fix. I would be very gratefull, if somebody could give me a hint?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinyurl.com/c4ox2zk&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/c4ox2zk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have entered the needed css styles to the form information, because I want the radio input options (both 2 of them) to be in the same line. Very simple, and preview shows it correctly and nicely.&#60;/p&#62;
&#60;p&#62;But  but... The theme I am using is making some strange this... :( It not only overrides the Gravity Form css (that I understand), but it also make a line break after the radio button - ugly looking and very strange...!?&#60;/p&#62;
&#60;p&#62;So where and how would it be best to do some altering so that both Gravity form styles are in use and the line break  is gone? &#60;/p&#62;
&#60;p&#62;I would highly appreciate your help, indeed! I think this is very easy for somebody, who really knows CSS.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
