<?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: Questions on Formatting</title>
		<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting</link>
		<description>Gravity Support Forums Topic: Questions on Formatting</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:29:58 +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/questions-on-formatting" rel="self" type="application/rss+xml" />

		<item>
			<title>sue104 on "Questions on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting#post-333771</link>
			<pubDate>Thu, 20 Jun 2013 04:03:01 +0000</pubDate>
			<dc:creator>sue104</dc:creator>
			<guid isPermaLink="false">333771@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, &#60;/p&#62;
&#60;p&#62;Sorry for my late response. Yes, that certainly fixes it. Thanks lots for all the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Questions on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting#post-318712</link>
			<pubDate>Wed, 12 Jun 2013 11:10:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">318712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Take a look at this &#60;a href=&#34;https://www.evernote.com/shard/s212/sh/58647b31-f9ac-4cd5-8243-b2c9f69ed595/600b1c44451ef7d6ebc1829fa5e37e0b&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;. It looks like that display block on the input button type selector is causing the alignment to not work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sue104 on "Questions on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting#post-318527</link>
			<pubDate>Wed, 12 Jun 2013 08:26:03 +0000</pubDate>
			<dc:creator>sue104</dc:creator>
			<guid isPermaLink="false">318527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;Thanks for your response! &#60;/p&#62;
&#60;p&#62;I'm still having trouble with #3 and #4. I've removed my code and replaced it with yours, but the buttons are still on the left. Any chance of you taking a look at it? &#60;/p&#62;
&#60;p&#62;Aside from that, the rest works great! Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Questions on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting#post-318509</link>
			<pubDate>Wed, 12 Jun 2013 08:02:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">318509@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For item #1 - just get rid of the font-weight normal:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#gform_wrapper_3 label {
	text-transform: none;
	font-size:13px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add this in to make the radio/checkbox labels not bolded:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
font-weight: normal;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For item #2, use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_3_9 li {
text-align: center;
}
#field_3_9 input {
float: none;
}
#field_3_9 label {
display: inline;
margin: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For item #3 - instead of floating the inputs, remove that and replace with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gform_page_footer {
text-align: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For item #4 - I'm thinking the above should correct that as well.&#60;/p&#62;
&#60;p&#62;Let me know if you run into any issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sue104 on "Questions on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting#post-312904</link>
			<pubDate>Sun, 09 Jun 2013 16:04:54 +0000</pubDate>
			<dc:creator>sue104</dc:creator>
			<guid isPermaLink="false">312904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh no, sorry about that! I've made it public, so it should work now. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Questions on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting#post-308644</link>
			<pubDate>Fri, 07 Jun 2013 14:37:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">308644@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like I need a login to view your form. Anyway you can make this public?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sue104 on "Questions on Formatting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/questions-on-formatting#post-307747</link>
			<pubDate>Fri, 07 Jun 2013 03:25:18 +0000</pubDate>
			<dc:creator>sue104</dc:creator>
			<guid isPermaLink="false">307747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'm a real beginner at this, so apologies for the basic questions. I've tried searching the forums already, and got bits and pieces of it to work, but it's still not quite there yet. &#60;/p&#62;
&#60;p&#62;1) Page 1 of my form: My theme's CSS seems to assign font weights to the form labels, and also make everything uppercase. I added the following, but now, the header/question label is no longer bold, and when the radio button is selected, it no longer gets bold either. How can I fix this? Also, can I add spacing between the first question and the next? &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#gform_wrapper_3 label {
	text-transform: none;
	font-size:13px;
	font-weight: normal;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Page 2 of my form: For the radio buttons, I've used CSS Ready Class &#34;gf_list_3col&#34; to split the radio buttons into 3 columns. Is it possible for the radio buttons to be centrally aligned within the columns? &#60;/p&#62;
&#60;p&#62;3) Page 2 of my form: Previous/Next buttons. I've used the following to align the Previous/Next buttons to the right, but... my Next button is on the left, and the Previous button is on the right. How can I swap this around?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body #gform_wrapper_3 .gform_body .gform_page_footer .gform_next_button {
	float:right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;body #gform_wrapper_3 .gform_body .gform_page_footer .gform_previous_button {
	float:right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4) Page 3 of my form: Submit button. Any chance of it moving to the right, with the Previous button on the left?&#60;/p&#62;
&#60;p&#62;Link to my form:&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/15G6PZd&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/15G6PZd&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
