<?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: First &#38; Last Name style/position problems</title>
		<link>https://legacy.forums.gravityhelp.com/topic/first-last-name-styleposition-problems</link>
		<description>Gravity Support Forums Topic: First &amp; Last Name style/position problems</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:41:45 +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/first-last-name-styleposition-problems" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "First &#38; Last Name style/position problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/first-last-name-styleposition-problems#post-8030</link>
			<pubDate>Fri, 30 Jul 2010 12:24:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8030@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have CSS output turned off in your Gravity Forms settings (Forms &#38;gt; Settings)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Walmsley on "First &#38; Last Name style/position problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/first-last-name-styleposition-problems#post-8029</link>
			<pubDate>Fri, 30 Jul 2010 12:21:14 +0000</pubDate>
			<dc:creator>Justin Walmsley</dc:creator>
			<guid isPermaLink="false">8029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;This was the plain page created in the Modal window tutorial:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it has the  &#38;lt;?php wp_head(); ?&#38;gt; in the page, but i have had to add the link to the custom stylesheet in the page. &#60;/p&#62;
&#60;p&#62;here is the page code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
 /*
 Template Name: plain page
 */
?&#38;gt;
&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&#38;quot;
  &#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#38;quot;&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; xml:lang=&#38;quot;en&#38;quot; lang=&#38;quot;en&#38;quot;&#38;gt;

&#38;lt;head&#38;gt;
  &#38;lt;meta http-equiv=&#38;quot;Content-type&#38;quot; content=&#38;quot;text/html; charset=utf-8&#38;quot; /&#38;gt;
  &#38;lt;meta name=&#38;quot;MSSmartTagsPreventParsing&#38;quot; content=&#38;quot;true&#38;quot; /&#38;gt;
  &#38;lt;meta http-equiv=&#38;quot;Imagetoolbar&#38;quot; content=&#38;quot;No&#38;quot; /&#38;gt;
&#38;lt;link href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;); ?&#38;gt;/form.css&#38;quot; rel=&#38;quot;stylesheet&#38;quot; type=&#38;quot;text/css&#38;quot; /&#38;gt;
  &#38;lt;title&#38;gt;My Form Title&#38;lt;/title&#38;gt;
  &#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
  	body {font-size:13px;}
  &#38;lt;/style&#38;gt;

  &#38;lt;?php wp_head(); ?&#38;gt;
  &#38;lt;/head&#38;gt;
&#38;lt;body&#38;gt;
  &#38;lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#38;gt;
  &#38;lt;?php the_content(&#38;#39;read more&#38;#39;); ?&#38;gt;
  &#38;lt;?php endwhile; endif; ?&#38;gt;
  &#38;lt;?php wp_footer(); ?&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Gravity forms is not outputting it's own css for the page.&#60;/p&#62;
&#60;p&#62;Hmmm?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "First &#38; Last Name style/position problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/first-last-name-styleposition-problems#post-8023</link>
			<pubDate>Fri, 30 Jul 2010 10:52:37 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see the Gravity Forms CSS call present on the page which means it isn't getting all the necessary formatting styles.  The page doesn't have the wp_head() function call in the header.php file.  &#60;/p&#62;
&#60;p&#62;Gravity Forms uses the wp_head() function call to be able to output the necessary CSS and JS in the HEAD area of the page.  But this page looks unique... does it even use the header.php file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Justin Walmsley on "First &#38; Last Name style/position problems"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/first-last-name-styleposition-problems#post-8014</link>
			<pubDate>Fri, 30 Jul 2010 05:56:58 +0000</pubDate>
			<dc:creator>Justin Walmsley</dc:creator>
			<guid isPermaLink="false">8014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry to ask for help, but I am having difficulty with the positioning of the First &#38;amp; Last Name sub labels.&#60;/p&#62;
&#60;p&#62;I've looked through the forums and docs, and been using firebug on my other forms to work out why they are right aligned but can't fix it.&#60;/p&#62;
&#60;p&#62;You can view the form here: &#60;a href=&#34;http://www.aspect-emailmarketing.co.uk/find-out-more-form-2/&#34; rel=&#34;nofollow&#34;&#62;http://www.aspect-emailmarketing.co.uk/find-out-more-form-2/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;and here is the CSS for it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper ul { margin:10px 0 0 0; padding:0!important; line-height:normal!important; list-style: none; }
.gform_wrapper form {background:none repeat scroll 0 0 #F4F5F6; border:1px solid #E5E5E5; font-weight:normal; margin-left:8px; padding:16px 16px 40px; font-family:&#38;quot;Lucida Grande&#38;quot;,Verdana,Arial,&#38;quot;Bitstream Vera Sans&#38;quot;,sans-serif; color:#777; }
.gform_wrapper { padding:0; }
.gform_wrapper input[type=text],.gform_wrapper input[type=select].gform_wrapper input[type=search],.gform_wrapper input[type=tel],.gform_wrapper input[type=url],.gform_wrapper input[type=email],.gform_wrapper input[type=datetime],.gform_wrapper input[type=date],.gform_wrapper input[type=month],.gform_wrapper input[type=week],.gform_wrapper input[type=time],.gform_wrapper input[type=datetime-local],.gform_wrapper input[type=number],.gform_wrapper input[type=range],.gform_wrapper input[type=color],.gform_wrapper textarea { background:none repeat scroll 0 0 #FBFBFB; border:1px solid #E5E5E5; font-size:12px; margin-bottom:16px; margin-right:6px; margin-top:2px; padding:3px; color:#555; }
.gform_wrapper label { font:13px &#38;quot;Lucida Grande&#38;quot;,Verdana,Arial,&#38;quot;Bitstream Vera Sans&#38;quot;,sans-serif; font-weight:normal!important; color:#777; }
.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit] {  color:#FFFFFF; font-weight:bold; text-shadow:0 -1px 0 rgba(0,0,0,0.3); -moz-border-radius:11px; -webkit-border-radius:11px; border-radius:11px; -khtml-border-radius:11px; border:1px solid #298CBA; cursor:pointer; font-family:&#38;quot;Lucida Grande&#38;quot;,Verdana,Arial,&#38;quot;Bitstream Vera Sans&#38;quot;,sans-serif; font-size:12px; margin-top:-3px; padding:3px 10px; text-decoration:none; }
.gform_wrapper .gsection .gfield_label,.gform_wrapper h2.gsection_title,.gform_wrapper h3.gform_title { font-family:&#38;quot;Myriad Pro Cond&#38;quot;, &#38;quot;Trebuchet MS&#38;quot;, &#38;quot;Arial&#38;quot;; font-size:25px; color:#2c2c2c; margin-top: 5px;}
.gform_wrapper .ginput_complex input,.gform_wrapper .gfield_time_hour input,.gform_wrapper .gfield_time_minute input,.gform_wrapper .gfield_date_month input,.gform_wrapper .gfield_date_day input,.gform_wrapper .gfield_date_year input,.gform_wrapper .instruction { margin-bottom:4px!important; }
.gform_wrapper span.gform_description { line-height:150%; }
.gfield_required {color: #CA0000;}
#gforms_confirmation_message{background-color:#A1D193; border:1px solid #84BA42; margin-top:10px; margin-bottom:10px; padding:20px 0; font-size:14px; color:#252525; text-align:center}
.gform_wrapper .gfield_error{ background-color:#FFDFDF!important;  margin-top:4px!important;  margin-bottom:6px;  padding:6px 6px 4px 6px!important; border:1px dotted #C89797}

All help greatly appreciated.&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
