<?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: Completely Horizontal Simple Layout</title>
		<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout</link>
		<description>Gravity Support Forums Topic: Completely Horizontal Simple Layout</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:18:37 +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/completely-horizontal-simple-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-370837</link>
			<pubDate>Tue, 09 Jul 2013 09:49:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">370837@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dave,&#60;/p&#62;
&#60;p&#62;In regards to that link above, what are you looking to do exactly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gadarian on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-368535</link>
			<pubDate>Mon, 08 Jul 2013 13:44:09 +0000</pubDate>
			<dc:creator>Gadarian</dc:creator>
			<guid isPermaLink="false">368535@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob.  It sounds like I'm about to get familiar with the concept - funny you mention it because I was starting to research last night to create one for Firefox for the same button, so the short answer is while I've never written them I think I'll be okay doing it.&#60;/p&#62;
&#60;p&#62;Here is the link - &#60;a href=&#34;http://kb.gadariandigital.com/&#34; rel=&#34;nofollow&#34;&#62;http://kb.gadariandigital.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again!  Looking forward to learning something new.  &#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-368136</link>
			<pubDate>Mon, 08 Jul 2013 10:29:29 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">368136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dave,&#60;/p&#62;
&#60;p&#62;Do you have a link to your form and are you comfortable writing CSS with media queries?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gadarian on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-365433</link>
			<pubDate>Sat, 06 Jul 2013 17:35:48 +0000</pubDate>
			<dc:creator>Gadarian</dc:creator>
			<guid isPermaLink="false">365433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob - hope you don't mind me asking for something further regarding the responsive style - I'm doing this same setup for a site right now.  Thanks!&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-328689</link>
			<pubDate>Mon, 17 Jun 2013 10:04:22 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">328689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Peter,&#60;/p&#62;
&#60;p&#62;That is basically how you would do it. For a responsive layout - you'd have to then write an appropriate style for the submit button to not float depending on the correct media query you want that to take place.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Peter Ingersoll on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-323612</link>
			<pubDate>Fri, 14 Jun 2013 16:03:40 +0000</pubDate>
			<dc:creator>Peter Ingersoll</dc:creator>
			<guid isPermaLink="false">323612@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not a CSS expert, but I found something that looks like it works. I'll have to keep playing with it. I'd really like to make it nicer and work cleaner in a responsive layout.&#60;/p&#62;
&#60;p&#62;Here's what I added to custom CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#gform_submit_button_3 {
    float: right;
    margin: -40px 0px 0 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'd be happy to learn if there is a better technique.&#60;/p&#62;
&#60;p&#62;- Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Peter Ingersoll on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-321927</link>
			<pubDate>Thu, 13 Jun 2013 23:12:55 +0000</pubDate>
			<dc:creator>Peter Ingersoll</dc:creator>
			<guid isPermaLink="false">321927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Rob,&#60;/p&#62;
&#60;p&#62;Here's the link: &#60;a href=&#34;http://ingersollinteractive.com/&#34; rel=&#34;nofollow&#34;&#62;http://ingersollinteractive.com/&#60;/a&#62;&#60;br /&#62;
However, it's in &#34;Coming Soon&#34; mode. If you don't mind, you'll need to log in (as a subscriber):&#60;br /&#62;
&#60;a href=&#34;http://ingersollinteractive.com/wp-login.php&#34; rel=&#34;nofollow&#34;&#62;http://ingersollinteractive.com/wp-login.php&#60;/a&#62;&#60;br /&#62;
User: Guest&#60;br /&#62;
Pswd: GuestAcct&#60;/p&#62;
&#60;p&#62;And then you will see the beginnings of the home page. The form is in the area below the section labeled &#34;Below this line is the horizontal form.&#34;&#60;/p&#62;
&#60;p&#62;I'd really like to get the submit button on the same line. &#60;/p&#62;
&#60;p&#62;I'd also like to try and align the HTML &#34;field&#34; that currently says &#34;Please join my list:&#34; to be centered vertically to the input fields. &#60;/p&#62;
&#60;p&#62;Your help is greatly appreciated.&#60;/p&#62;
&#60;p&#62;- Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-320622</link>
			<pubDate>Thu, 13 Jun 2013 10:07:33 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">320622@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Peter,&#60;/p&#62;
&#60;p&#62;You can use our ready classes to align the fields:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The submit button will need some CSS - once you get the fields aligned, post a link to your form for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Peter Ingersoll on "Completely Horizontal Simple Layout"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/completely-horizontal-simple-layout#post-319173</link>
			<pubDate>Wed, 12 Jun 2013 17:12:57 +0000</pubDate>
			<dc:creator>Peter Ingersoll</dc:creator>
			<guid isPermaLink="false">319173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is this possible and, if it is, how?&#60;/p&#62;
&#60;p&#62;I'd like on a single-line horizontal form:&#60;br /&#62;
- Short text (e.g., &#34;Sign up here&#34;)&#60;br /&#62;
- Name field&#60;br /&#62;
- Email field&#60;br /&#62;
- Submit button&#60;/p&#62;
&#60;p&#62;To look like this:&#60;/p&#62;
&#60;p&#62;Sign up here: [Name...  ] [Email... ] (Submit)&#60;/p&#62;
&#60;p&#62;Any help is greatly appreciated.&#60;/p&#62;
&#60;p&#62;- Peter
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
