<?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 problem driving me nuts, please help!</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help</link>
		<description>Gravity Support Forums Topic: CSS problem driving me nuts, please help!</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:54:07 +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-problem-driving-me-nuts-please-help" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "CSS problem driving me nuts, please help!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help#post-357593</link>
			<pubDate>Tue, 02 Jul 2013 09:20:33 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">357593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to hear you are getting support from your theme developer. That makes us happy to hear.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Adwiz on "CSS problem driving me nuts, please help!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help#post-356958</link>
			<pubDate>Tue, 02 Jul 2013 01:54:38 +0000</pubDate>
			<dc:creator>Adwiz</dc:creator>
			<guid isPermaLink="false">356958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks guys. I talked with the theme developer and he is aware of the Gravity Forms problem and working on a solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "CSS problem driving me nuts, please help!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help#post-352617</link>
			<pubDate>Sat, 29 Jun 2013 17:13:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">352617@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, if you want to use the contact form linked on the right and send the URL and login for the maintenance mode page then we will be happy to check it out. Otherwise, we're kind of dead in the water here if we can't see it. It's difficult in the very least to debug presentational issues without actually seeing them. There are too many variables that have to be evaluated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "CSS problem driving me nuts, please help!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help#post-350653</link>
			<pubDate>Fri, 28 Jun 2013 19:11:48 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">350653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without seeing all the code interacting with the elements, it'll be impossible for us to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Adwiz on "CSS problem driving me nuts, please help!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help#post-350644</link>
			<pubDate>Fri, 28 Jun 2013 19:07:35 +0000</pubDate>
			<dc:creator>Adwiz</dc:creator>
			<guid isPermaLink="false">350644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately because the site is under development it's hidden behind a maintenance mode screen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS problem driving me nuts, please help!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help#post-350623</link>
			<pubDate>Fri, 28 Jun 2013 18:51:05 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">350623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form by chance?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Adwiz on "CSS problem driving me nuts, please help!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-problem-driving-me-nuts-please-help#post-350612</link>
			<pubDate>Fri, 28 Jun 2013 18:36:44 +0000</pubDate>
			<dc:creator>Adwiz</dc:creator>
			<guid isPermaLink="false">350612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using GF on a Wordpress theme, and finding that the checkboxes and radio buttons are placed fine but their labels are placed about 20 pixels higher than the checkbox or radio button. I've tried modifying the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=&#38;quot;checkbox&#38;quot;] label,
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=&#38;quot;radio&#38;quot;] label,
.gform_wrapper.gf_browser_safari .gfield_checkbox li input label {
	vertical-align: baseline !important;
	margin-top: 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This has no effect. I've also tried:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	margin-top: 20px !important;
  	vertical-align: baseline !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This has no effect. I've also tried numerous other approaches. None of them are solving the issue. Checking with Firebug hasn't revealed any other GF-related classes that could be causing this problem.&#60;/p&#62;
&#60;p&#62;I know GF support can't help with problems like this, since the issue is a third-party theme, but I'm at wit's end after trying for so long to chase down this problem. I thought perhaps someone here has enough experience with GravityForms CSS to point me in the right direction. If you can help, thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
