<?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: How to place required indicator asteriks to the left of labels</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels</link>
		<description>Gravity Support Forums Topic: How to place required indicator asteriks to the left of labels</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:23:26 +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/how-to-place-required-indicator-asteriks-to-the-left-of-labels" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-255476</link>
			<pubDate>Thu, 16 May 2013 09:14:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">255476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@ElkSpring&#60;/p&#62;
&#60;p&#62;Hmm. This shouldn't be that difficult to sort out for a &#34;developer&#34;.. the browser inspector tools make it pretty easy for developers to isolate markup and view the CSS properties being applied.&#60;/p&#62;
&#60;p&#62;Line 2572 of your theme's style.css file sets a float and 100% width property on every span inside the &#34;content-text&#34; container. Inheritance from that property/rule is causing your issue. When I disable that, you can see that the layout is corrected and displays as intended.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/d9GZ8iY.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/d9GZ8iY.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Your developer can craft a new, more specific CSS rule to override that one. Something like this should get you started.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .content .wrapper .contact-text d.gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label span.gfield_required {
	float: none !important;
	width: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Best of luck with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ElkSpring on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-254469</link>
			<pubDate>Wed, 15 May 2013 18:00:42 +0000</pubDate>
			<dc:creator>ElkSpring</dc:creator>
			<guid isPermaLink="false">254469@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey just checking in about the above request - it seems that the way our sidebars have been created it is causing the * for required questions to bump to the next line which is not very appealing.  My developer is not sure what is causing this issue.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ElkSpring on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-214675</link>
			<pubDate>Thu, 18 Apr 2013 17:48:17 +0000</pubDate>
			<dc:creator>ElkSpring</dc:creator>
			<guid isPermaLink="false">214675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello - our site is live and we created custom sidebars which I think are causing our issue.  Do you have any suggestions for this?  - Thanks&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://elkspring.net/classes/&#34; rel=&#34;nofollow&#34;&#62;http://elkspring.net/classes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My designer wanted me to note that our sidebars are made up of two types of code:&#60;br /&#62;
1.      HTML and graphics (text menu with social buttons)&#60;br /&#62;
2.      WordPress Shortcode (image slider)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-201435</link>
			<pubDate>Mon, 08 Apr 2013 15:33:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">201435@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, we were not able to check this out over the weekend.  Without seeing the site live, we can't help you with the CSS to resolve your issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ElkSpring on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-196902</link>
			<pubDate>Thu, 04 Apr 2013 18:16:18 +0000</pubDate>
			<dc:creator>ElkSpring</dc:creator>
			<guid isPermaLink="false">196902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am going to make the site live until tomorrow at 1:00 If you can take a look at this link.  I am working with a graphic designer and we both do not have extensive knowledge of CSS so the more explicit you could be would be very helpful - &#60;a href=&#34;http://elkspring.net/contactabout/&#34; rel=&#34;nofollow&#34;&#62;http://elkspring.net/contactabout/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-195789</link>
			<pubDate>Wed, 03 Apr 2013 18:33:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">195789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Without seeing your form and inspecting the CSS, there's no way to know for sure. My guess is that the span element that contains the asterisk is inheriting a &#34;display: block&#34; CSS rule somewhere and that's forcing the asterisk to show in a &#34;new line&#34; if you will.&#60;/p&#62;
&#60;p&#62;Whenever you get a publicly accessible URL for your form, you can share that if you're still having problems and somebody will be able to tell you for sure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ElkSpring on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-195610</link>
			<pubDate>Wed, 03 Apr 2013 13:41:18 +0000</pubDate>
			<dc:creator>ElkSpring</dc:creator>
			<guid isPermaLink="false">195610@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Asteriks (asterix) on our form are appearing below the question:&#60;/p&#62;
&#60;p&#62;Name&#60;br /&#62;
*&#60;/p&#62;
&#60;p&#62;Have you seen this happen before?  Our site is not live yet - what is the best way to show you this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-26713</link>
			<pubDate>Wed, 01 Jun 2011 12:35:08 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26713@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not exactly per your screenshot, but you can float the astericks left to get this: &#60;a href=&#34;http://grab.by/agfu&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/agfu&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.page-id-29 .gform_wrapper .gfield_required {
  float: left;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sridhar on "How to place required indicator asteriks to the left of labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-place-required-indicator-asteriks-to-the-left-of-labels#post-26697</link>
			<pubDate>Wed, 01 Jun 2011 11:17:36 +0000</pubDate>
			<dc:creator>sridhar</dc:creator>
			<guid isPermaLink="false">26697@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;URL of the form: &#60;a href=&#34;http://www.thegolfclubatfallbrook.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.thegolfclubatfallbrook.com/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Client likes to have the asteriks to the left of labels like &#60;a href=&#34;http://d.pr/ew0X&#34; rel=&#34;nofollow&#34;&#62;this&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Please advise.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
