<?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: Check Boxes &#38; Radio Buttons misaligned</title>
		<link>https://legacy.forums.gravityhelp.com/topic/check-boxes-radio-buttons-misaligned</link>
		<description>Gravity Support Forums Topic: Check Boxes &amp; Radio Buttons misaligned</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:45:02 +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/check-boxes-radio-buttons-misaligned" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Check Boxes &#38; Radio Buttons misaligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-boxes-radio-buttons-misaligned#post-59783</link>
			<pubDate>Mon, 21 May 2012 22:31:12 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bqdowns on "Check Boxes &#38; Radio Buttons misaligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-boxes-radio-buttons-misaligned#post-59777</link>
			<pubDate>Mon, 21 May 2012 21:47:28 +0000</pubDate>
			<dc:creator>bqdowns</dc:creator>
			<guid isPermaLink="false">59777@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect. Thank you for the quick response!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Check Boxes &#38; Radio Buttons misaligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-boxes-radio-buttons-misaligned#post-59698</link>
			<pubDate>Mon, 21 May 2012 15:45:01 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59698@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/bff8bd34-ddaa-4a55-907a-95c00b6037f4/3976aa9544bb8bf739bcdba0cb0d2a2f&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62; shows your core issue.&#60;/p&#62;
&#60;p&#62;Disabling that height and the line-height adjustment code I provided - you will see everything lines up nicely: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/eb75a71a-e3e7-44e1-a5c6-dc124c14fe9b/19160b92d865c93c6e440b447db127b3&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So you need to either axe that input {height: 19px} selector, or get more specific with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bqdowns on "Check Boxes &#38; Radio Buttons misaligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-boxes-radio-buttons-misaligned#post-59696</link>
			<pubDate>Mon, 21 May 2012 15:32:38 +0000</pubDate>
			<dc:creator>bqdowns</dc:creator>
			<guid isPermaLink="false">59696@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If I use that code, the only problem is that if I change the height of the Next button at the bottom of the page, it will misalign the checkboxes and radio buttons again. Any other possibilities?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Check Boxes &#38; Radio Buttons misaligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-boxes-radio-buttons-misaligned#post-59686</link>
			<pubDate>Mon, 21 May 2012 15:07:22 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59686@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try placing this into your theme's stylesheet to target just the labels on the checkboxes and the radio fields:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
line-height: 2 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can obviously change the value of the line-height to whatever you see fit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bqdowns on "Check Boxes &#38; Radio Buttons misaligned"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-boxes-radio-buttons-misaligned#post-59682</link>
			<pubDate>Mon, 21 May 2012 15:03:58 +0000</pubDate>
			<dc:creator>bqdowns</dc:creator>
			<guid isPermaLink="false">59682@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just updated the plugin on my site myvcgllc.com and the radio buttons, check boxes and next button are misaligned. This happened before and I changed the line height to fix. This time, if I change the line height, it'll misalign the next button but fix the alignment with check boxes and radios buttons. You can see what's going on if you go to &#60;a href=&#34;http://myvcgllc.com/project-quote/&#34; rel=&#34;nofollow&#34;&#62;http://myvcgllc.com/project-quote/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you and look forward to hearing from you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
