<?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: Layout of header text and form fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/layout-of-header-text-and-form-fields</link>
		<description>Gravity Support Forums Topic: Layout of header text and form fields</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:14:03 +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/layout-of-header-text-and-form-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Layout of header text and form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-of-header-text-and-form-fields#post-56303</link>
			<pubDate>Mon, 23 Apr 2012 21:33:50 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">56303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on, glad you got it working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fsluijs on "Layout of header text and form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-of-header-text-and-form-fields#post-56284</link>
			<pubDate>Mon, 23 Apr 2012 17:35:53 +0000</pubDate>
			<dc:creator>fsluijs</dc:creator>
			<guid isPermaLink="false">56284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, excellent advice!&#60;/p&#62;
&#60;p&#62;The indent addition worked instantly. For the shades I looked up the styles in the style sheet and made the modifications. In the end, I choose not to add the style names to the style sheet like you suggested, but made my own file with a copy of those style atributes and imported this into the styles.css. So if the theme updates in the future, I still have the custom code, just need to check for updates in the sections that I copied.&#60;/p&#62;
&#60;p&#62;For future reference - maybe this helps other users - I'm pasting the solution here. I'm using the Ares theme by Peerapong from ThemeForest.net&#60;/p&#62;
&#60;p&#62;My style.css now looks like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
Theme Name: Ares
Description: Blog Magazine Newspaper Template
Version: 1.5.2
Author: Peerapong Pulpipatnan
Author URI: &#60;a href=&#34;http://themeforest.net/user/peerapong&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/user/peerapong&#60;/a&#62;
*/

@import &#38;quot;css/screen.css&#38;quot;;

/*
Description: Import Prettig Weekend custom styles for Ares theme
Author: Frank&#38;#39;s Website Advies
*/

@import &#38;quot;css/pw_ares_custom.css&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(&#60;a href=&#34;http://pastie.org/3841667&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3841667&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;My pw_ares_custom.css looks like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
Area: Gravity Forms
Description: These additions are to correct a style issue for Gravity Forms in combination with Ares. This makes the Postcode and Plaats end up on the same line, instead of having a break in between.
Author: Frank&#38;#39;s Website Advies
*/
#input_1_7 br { display: none !important; }
#input_3_2 br { display: none !important; }

/*
Area: Gravity Forms
Description: make sure the form fields are not indented compared to the text on a page.
Author: Frank&#38;#39;s Website Advies
*/
ul.gform_fields {
margin-left: 0 !important;
}

/*
Area: Gravity Forms
Description: apply same style on phone, e-mail and website fields as on other fields in the form.
Author: Frank&#38;#39;s Website Advies
*/
input[type=&#38;quot;url&#38;quot;], input[type=&#38;quot;email&#38;quot;], input[type=&#38;quot;tel&#38;quot;], input[type=&#38;quot;number&#38;quot;], select
{
	padding: 8px;
	font-size: 12px;
	margin: 0;
	padding-top: 8px;
	border: 1px solid #dddddd;
	background: #fff;
	font-family: Arial,&#38;quot;helvetica neue&#38;quot;,Helvetica,Verdana,sans-serif;
	color: #666;
}

input[type=url]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=number]:hover
{
	border: 1px solid #999999;
}

input[type=url].blur, input[type=email].blur, input[type=tel].blur, input[type=number].blur
{
	color: #ccc;
	font-style: italic;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(&#60;a href=&#34;http://www.pastie.org/3841667&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/3841667&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;Thanks again for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Layout of header text and form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-of-header-text-and-form-fields#post-56203</link>
			<pubDate>Mon, 23 Apr 2012 11:55:41 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">56203@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's due to your theme's stylesheet, for instance you have this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;password&#38;quot;], select {
padding: 8px;
font-size: 12px;
margin: 0;
padding-top: 8px;
border: 1px solid #DDD;
background: white;
font-family: Arial,&#38;quot;helvetica neue&#38;quot;,Helvetica,Verdana,sans-serif;
color: #666;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which is only targeting input types of text, password and select (drop downs). You can update/change that to be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;url&#38;quot;], input[type=&#38;quot;email&#38;quot;], input[type=&#38;quot;tel&#38;quot;], input[type=&#38;quot;number&#38;quot;], input[type=&#38;quot;password&#38;quot;], select, textarea {
padding: 8px;
font-size: 12px;
margin: 0;
padding-top: 8px;
border: 1px solid #DDD;
background: white;
font-family: Arial,&#38;quot;helvetica neue&#38;quot;,Helvetica,Verdana,sans-serif;
color: #666;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the indents your stylesheet has:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#content_wrapper .inner .inner_wrapper .sidebar_content ul {
margin-left: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That margin is your issue. So you could add this to your stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
ul.gform_fields {
margin-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>fsluijs on "Layout of header text and form fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/layout-of-header-text-and-form-fields#post-56202</link>
			<pubDate>Mon, 23 Apr 2012 11:46:07 +0000</pubDate>
			<dc:creator>fsluijs</dc:creator>
			<guid isPermaLink="false">56202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On this page I have some layout issues:&#60;br /&#62;
&#60;a href=&#34;http://nieuw.prettig-weekend.nl/contact/&#34; rel=&#34;nofollow&#34;&#62;http://nieuw.prettig-weekend.nl/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. The middle two fields have a shadow in the box, the others do not. I'd like them to be the same, so all having shadows or none having shadows. How can I modify this?&#60;/p&#62;
&#60;p&#62;2. The form fields seem to be indented when compared to the text. How can I get this aligned, preferably not indented at all?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
