<?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: Madlib style form question (issues with inline input)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/madlib-style-form-question-issues-with-inline-input</link>
		<description>Gravity Support Forums Topic: Madlib style form question (issues with inline input)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:21:57 +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/madlib-style-form-question-issues-with-inline-input" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Madlib style form question (issues with inline input)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/madlib-style-form-question-issues-with-inline-input#post-50091</link>
			<pubDate>Tue, 21 Feb 2012 09:33:26 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad to help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jstnlngls on "Madlib style form question (issues with inline input)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/madlib-style-form-question-issues-with-inline-input#post-50090</link>
			<pubDate>Tue, 21 Feb 2012 09:23:07 +0000</pubDate>
			<dc:creator>jstnlngls</dc:creator>
			<guid isPermaLink="false">50090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! That did it. You might want to put the CSS code in again. I copied it from the page source as it wasn't showing up in your reply above.&#60;/p&#62;
&#60;p&#62;Weird that the font size limits how it can wrap, but I'll take what I can get!&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Madlib style form question (issues with inline input)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/madlib-style-form-question-issues-with-inline-input#post-50041</link>
			<pubDate>Mon, 20 Feb 2012 19:26:18 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, I got this close, but I had to reduce the font size a bit and adjust the padding on the wrapper. Try this (just replace the chunks):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;text&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;email&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;password&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;url&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;tel&#38;quot;] {
margin-top: 4px;
border-top: none;
border-right: none;
border-bottom: 1px dashed black;
border-left: none;
background-color: white;
width: 99%;
font-size: 13px;
color: black;
font-family: &#38;quot;acta-display&#38;quot;, Georgia, sans-serif;
font-style: normal;
padding: 0;
}
body #gform_wrapper_2.gform_wrapper {
font-size: 13px;
color: #666;
}
body #gform_wrapper_2.gform_wrapper {
max-width: 99%!important;
margin: 50px auto;
border: 1px solid white;
background-color: white;
padding: 10px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-khtml-border-radius: 8px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
position: relative;
overflow: visible!important;
font-size: 13px;
color: #666;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jstnlngls on "Madlib style form question (issues with inline input)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/madlib-style-form-question-issues-with-inline-input#post-50038</link>
			<pubDate>Mon, 20 Feb 2012 19:08:23 +0000</pubDate>
			<dc:creator>jstnlngls</dc:creator>
			<guid isPermaLink="false">50038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmmm, thanks for the idea, but no fix yet. You can visit the link where I've updated the css. &#60;/p&#62;
&#60;p&#62;Just in case, I thought it be might be worth posting the xml to make sure there's nothing weird in there either. &#60;/p&#62;
&#60;p&#62;The exported form can be found here: &#60;a href=&#34;http://dl.dropbox.com/u/868828/gravityforms-export-2012-02-20.xml&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/868828/gravityforms-export-2012-02-20.xml&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Madlib style form question (issues with inline input)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/madlib-style-form-question-issues-with-inline-input#post-50037</link>
			<pubDate>Mon, 20 Feb 2012 19:02:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">50037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On this style, try replacing it with this: I added padding: 0;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;text&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;email&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;password&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;url&#38;quot;], body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibstyle input[type=&#38;quot;tel&#38;quot;] {
margin-top: 4px;
border-top: none;
border-right: none;
border-bottom: 1px dashed black;
border-left: none;
background-color: white;
width: 99%;
font-size: 18px;
color: black;
font-family: &#38;quot;acta-display&#38;quot;, Georgia, sans-serif;
font-style: normal;
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jstnlngls on "Madlib style form question (issues with inline input)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/madlib-style-form-question-issues-with-inline-input#post-50034</link>
			<pubDate>Mon, 20 Feb 2012 18:44:44 +0000</pubDate>
			<dc:creator>jstnlngls</dc:creator>
			<guid isPermaLink="false">50034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've poked around on the forum, but I haven't found an answer yet.&#60;/p&#62;
&#60;p&#62;I'm using the familiar Madlibs style tutorial CSS available here: &#60;a href=&#34;http://www.rocketgenius.com/gravity-forms-mad-lib-style-form-demo/&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgenius.com/gravity-forms-mad-lib-style-form-demo/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But, my form seems to be a bit finicky ... there are some issues with all fields displaying inline. I'm using a theme with some built-in support for Gravity Forms, but I'm not certain that this is where the problem lies. Even when I remove that custom styling, the inline issues don't go away.&#60;/p&#62;
&#60;p&#62;You can find the post here: &#60;a href=&#34;http://www.brokencitylab.org/madlibs-test-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.brokencitylab.org/madlibs-test-form/&#60;/a&#62;&#60;br /&#62;
The password to view it is 1234&#60;/p&#62;
&#60;p&#62;Here's the CSS that I'm using:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/3424502&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3424502&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
