<?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: UL and LI  killed my style  CSS help</title>
		<link>https://legacy.forums.gravityhelp.com/topic/ul-and-li-killed-my-style-css-help</link>
		<description>Gravity Support Forums Topic: UL and LI  killed my style  CSS help</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:25:04 +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/ul-and-li-killed-my-style-css-help" rel="self" type="application/rss+xml" />

		<item>
			<title>AlikA on "UL and LI  killed my style  CSS help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ul-and-li-killed-my-style-css-help#post-225601</link>
			<pubDate>Fri, 26 Apr 2013 12:41:56 +0000</pubDate>
			<dc:creator>AlikA</dc:creator>
			<guid isPermaLink="false">225601@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@David Peralty&#60;/p&#62;
&#60;p&#62;Sorry I meant 2 columns&#60;/p&#62;
&#60;p&#62;in column one i have the form &#38;lt;&#38;lt;&#38;lt; Align Left&#60;br /&#62;
in column two I have an HTML box &#38;gt;&#38;gt;&#38;gt;&#38;gt; Aligned Right&#60;br /&#62;
As shown in the image attached in the first post. &#60;a href=&#34;http://i.imgur.com/pM3SBA4.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/pM3SBA4.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlikA on "UL and LI  killed my style  CSS help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ul-and-li-killed-my-style-css-help#post-225476</link>
			<pubDate>Fri, 26 Apr 2013 11:15:56 +0000</pubDate>
			<dc:creator>AlikA</dc:creator>
			<guid isPermaLink="false">225476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The FLOAT is one element that i really dont understand if you remove the following 2 floats everything works, but there is no way that you CAN remove them because any atribute given messes it up.&#60;/p&#62;
&#60;p&#62;Any input will be greatly appriciated!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    float: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content ul li {
    float: left !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "UL and LI  killed my style  CSS help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ul-and-li-killed-my-style-css-help#post-225471</link>
			<pubDate>Fri, 26 Apr 2013 11:06:06 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">225471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is difficult to style only because we have to work around the stylesheets of every single WordPress theme out there in the market today... We are always refining things though, so if you have suggestions, please let us know. &#60;/p&#62;
&#60;p&#62;I don't know what you mean by your question about the &#34;two fields&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlikA on "UL and LI  killed my style  CSS help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ul-and-li-killed-my-style-css-help#post-225468</link>
			<pubDate>Fri, 26 Apr 2013 11:01:02 +0000</pubDate>
			<dc:creator>AlikA</dc:creator>
			<guid isPermaLink="false">225468@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow, thanks... That is Awesome way of targeting the Li fields, thanks for that.&#60;/p&#62;
&#60;p&#62;I do plan on using 2 fields, and that is my main concern really...&#60;br /&#62;
I am very much lost on how to actually make those 2 fields work.&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt;&#38;gt; Another topic - is it me? or id Gravity Forms somewhat difficult to style?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "UL and LI  killed my style  CSS help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ul-and-li-killed-my-style-css-help#post-224788</link>
			<pubDate>Fri, 26 Apr 2013 01:12:45 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">224788@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you need to be a lot more specific with your style rules.. try this and see how far it gets you..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields li.gfield {
	float: none !important;
}

body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields,
body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields li.gfield {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	background-image: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields li.gfield {
	padding: 0 0 22px 14px !important;
	width: 45% !important;
}

body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields &#38;gt; li.gfield:before {
	content: &#38;quot;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;my quick test.. &#60;a href=&#34;http://i.imgur.com/L0H3rta.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/L0H3rta.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, I see you have some left half/right half ready classes applied to some list items.. if you're not planning a 2 column layout for those then you probably want to remove them to prevent other inheritance issues.&#60;/p&#62;
&#60;p&#62;Hope that points you in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlikA on "UL and LI  killed my style  CSS help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ul-and-li-killed-my-style-css-help#post-224513</link>
			<pubDate>Thu, 25 Apr 2013 21:32:19 +0000</pubDate>
			<dc:creator>AlikA</dc:creator>
			<guid isPermaLink="false">224513@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a site:&#60;br /&#62;
&#60;a href=&#34;http://migrationlawyers.co.za/contact-form&#34; rel=&#34;nofollow&#34;&#62;http://migrationlawyers.co.za/contact-form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I styled my Them's UL LI  and gravity forms picks it up.&#60;br /&#62;
I dont know of a way i can remove the CSS styling i made site wide to allow Gravity forms to function properly.&#60;/p&#62;
&#60;p&#62;This code should let you see what I am after... the FLOAT and WIDTH is killing me!&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*Gravity Forms */
#content ul li {
	background: none;
	float: ?
	margin: 0;
	padding: 0 0 22px 14px;
	text-align: left;
	width: 45%!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/pM3SBA4.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/pM3SBA4.jpg&#60;/a&#62;&#60;br /&#62;
^^ This is what I would like to achieve
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
