<?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: Math challenge styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/math-challenge-styling</link>
		<description>Gravity Support Forums Topic: Math challenge styling</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 15:19:15 +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/math-challenge-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Math challenge styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/math-challenge-styling#post-35172</link>
			<pubDate>Tue, 13 Sep 2011 12:37:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm happy I could help. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas on "Math challenge styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/math-challenge-styling#post-35165</link>
			<pubDate>Tue, 13 Sep 2011 11:39:53 +0000</pubDate>
			<dc:creator>Andreas</dc:creator>
			<guid isPermaLink="false">35165@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;br /&#62;
Many thanks for the prompt reply and the CSS solution. Worked fine.&#60;br /&#62;
Thank you for your assistance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Math challenge styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/math-challenge-styling#post-35156</link>
			<pubDate>Tue, 13 Sep 2011 10:17:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35156@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, of course. It's just markup and CSS, you can add styles to do pretty much whatever you'd like.&#60;/p&#62;
&#60;p&#62;You can switch to the left label form format if you prefer, that parts easy. The other fields can be aligned doing something like this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gfield_captcha_container {
    width: 200px;
}
body .gform_wrapper.gfield_captcha_input_container {
    float: right;
    margin-top: 8px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/qlGvQ3&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qlGvQ3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or you can just float the label for that one field if you want to keep the top label option for the rest of your form&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gfield_captcha_container {
    width: 250px;
}
.gfield_captcha_input_container {
    float: right;
    margin-top: 8px;
}
li#field_97_16 label {
    float: left!important;
    margin: 14px 8px 0 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot : &#60;a href=&#34;http://bit.ly/qdcVcf&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/qdcVcf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'd have to view your source and get the proper field ID to replace the one in my example.&#60;/p&#62;
&#60;p&#62;You can find more specifics on targeting fields and elements with CSS here if you need.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andreas on "Math challenge styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/math-challenge-styling#post-35152</link>
			<pubDate>Tue, 13 Sep 2011 10:03:32 +0000</pubDate>
			<dc:creator>Andreas</dc:creator>
			<guid isPermaLink="false">35152@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The (math challenge) when applied appears on the form in three lines: (1) The Field label, (2) the actual math challenge itself and then the (3) field where the visitor is to enter the answer to the math challenge.&#60;br /&#62;
My question is: can these three elements be styled to be all in a single line? i.e. horizontally?&#60;br /&#62;
Many Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
