<?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 tweak for Thesis (and other themes) please?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please</link>
		<description>Gravity Support Forums Topic: CSS tweak for Thesis (and other themes) please?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:08:53 +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-tweak-for-thesis-and-other-themes-please" rel="self" type="application/rss+xml" />

		<item>
			<title>photoads on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-7185</link>
			<pubDate>Thu, 08 Jul 2010 22:29:34 +0000</pubDate>
			<dc:creator>photoads</dc:creator>
			<guid isPermaLink="false">7185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I always use this css in the custom.css for thesis themes&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Formats form fields properly*/
.format_text input {
width:auto;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-7089</link>
			<pubDate>Wed, 07 Jul 2010 11:25:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, after tinkering with the CSS snippet I proposed before, I decided this is probably a better approach.. added to my Thesis custom.css file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {display:block; overflow:auto;}
.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_radio li label {width:95%; float:right; padding:0 0 3px 0;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It works well in all the browsers I tested.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/8729371c033cd2562fc0178f462bf755.png&#34; rel=&#34;nofollow&#34;&#62;test screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It should work in most other themes as well.. there's nothing really Thesis specific in these rules.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-7024</link>
			<pubDate>Mon, 05 Jul 2010 22:32:15 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">7024@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. I really appreciate your help with this. I've sent you an email.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-7020</link>
			<pubDate>Mon, 05 Jul 2010 20:17:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">7020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard, I'm going to need to see your live form to be able to debug any further. I tested on a default Thesis install and it worked okay. It's most likely inheriting from your custom theme CSS somewhere.&#60;/p&#62;
&#60;p&#62;If you can post a URL that would be great. I can get a lot further actually seeing the behavior. If you'd prefer to email me the URL, that's fine, you can send it to kevin @ rocketgenius.com and I'll look at it as soon as I can.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-7019</link>
			<pubDate>Mon, 05 Jul 2010 19:07:09 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">7019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks very much Kevin. Much appreciated. What I see in your screenshot is precisely what I'm trying to achieve.&#60;/p&#62;
&#60;p&#62;When I add the code you've provided, the indentation issue is fixed. However, the radio buttons and check boxes are all replaced with a small round circle. &#60;/p&#62;
&#60;p&#62;Here are some screenshots (first one shows what should be radio buttons, second one shows what should be checkboxes): &#60;a href=&#34;http://grab.by/5ho0&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/5ho0&#60;/a&#62; and &#60;a href=&#34;http://grab.by/5hob&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/5hob&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Do you have any idea what might be causing that please? In case it helps to trouble shoot, I'm running GF v 13.2, WP 3.0, and have the Output CSS in GF settings turned on (i.e., &#34;Yes&#34;).&#60;/p&#62;
&#60;p&#62;Many thanks for your help. Much appreciated.&#60;/p&#62;
&#60;p&#62;Richard&#60;/p&#62;
&#60;p&#62;P.S. I just did a test in Safari (MAC v 5.0); the buttons/checkboxes don't appear at all: &#60;a href=&#34;http://grab.by/5hqc&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/5hqc&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;P.P.S. Sorry, one more thing... . I just compared Firefox and Safari without the code you've suggested. The margin/padding issue is not so pronounced with Safari. Overall, I'm most interested in the indentation of the second and subsequent lines of checkbox and radio button items. If trying to achieve perfection across browsers on the flush left issue is a problem, we could not ignore that and just focus on the indentation. Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-6997</link>
			<pubDate>Mon, 05 Jul 2010 10:21:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6997@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard, try adding this to your Thesis custom.css file&#60;/p&#62;
&#60;p&#62;[ REMOVED - see updated CSS in subsequent post  ]&#60;/p&#62;
&#60;p&#62;That should give you the result you're looking for. I tested it on a default Thesis 1.7 install.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/7d7e71e122c2a67bf292198532bd1c7d.png&#34; rel=&#34;nofollow&#34;&#62;Test Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I guess I'm not seeing your issue with the indentation on the radio buttons or checkboxes. Mine look like they're left aligned properly. I would have to see your actual form page to be able to give you any real direction on that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-6985</link>
			<pubDate>Mon, 05 Jul 2010 01:09:14 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">6985@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry - just one more thing. Would it also be an easy fix to make the radio buttons and check boxes sit flush left (like with the TwentyTen theme), rather than indented a bit?&#60;/p&#62;
&#60;p&#62;Thanks for any help&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "CSS tweak for Thesis (and other themes) please?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-tweak-for-thesis-and-other-themes-please#post-6983</link>
			<pubDate>Mon, 05 Jul 2010 00:49:38 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">6983@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there - I'm just trialling Thesis and see you added some Thesis-specific CSS in 13.2 (which is great - thanks - given what Thesis was doing to GF before).&#60;/p&#62;
&#60;p&#62;I'm hoping you can help with a minor CSS tweak please. I was also experiencing this on on other themes, including TwentyTen, but on Thesis it's more pronounced.&#60;/p&#62;
&#60;p&#62;The issue is this: when a radio button or click box item spans more than one line, the second and subsequent lines are not indented, i.e., they don't sit flush with the starting words of the item. Is it possible to make a minor CSS tweak to correct this please? I can do it if you give me a steer...&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
