<?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 achieve single text field box next to multiline paragraph</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph</link>
		<description>Gravity Support Forums Topic: How to achieve single text field box next to multiline paragraph</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:50:33 +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-achieve-single-check-box-next-to-multiline-paragraph" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "How to achieve single text field box next to multiline paragraph"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph#post-328963</link>
			<pubDate>Mon, 17 Jun 2013 14:22:05 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">328963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you would just match up the other field selectors separated by a comma that follow the format above to apply to the other fields.&#60;/p&#62;
&#60;p&#62;You can inspect and target each input individually, each has it's own ID, so that could be an option for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rd458 on "How to achieve single text field box next to multiline paragraph"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph#post-328824</link>
			<pubDate>Mon, 17 Jun 2013 12:37:05 +0000</pubDate>
			<dc:creator>rd458</dc:creator>
			<guid isPermaLink="false">328824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked perfectly! Thanks so much! Ok, so I use Firebug to identify the ID's of the other fields and add those to the same css. &#60;/p&#62;
&#60;p&#62;Is it possible then to also control the exactly width of the single line text field? I notice that sometimes 'small' means something different than 'small' in another single line text field. It seems to depend on what class is applied that defines the 'small' 'medium' and 'large'. I'd like to make it just wide enough to match the width of the text above that says 'initial here'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to achieve single text field box next to multiline paragraph"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph#post-328810</link>
			<pubDate>Mon, 17 Jun 2013 12:27:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">328810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, let's actually mess with the gf_left_half and gf_right_half combo first. Apply those two classes to your last grouping of initial field and HTML field above that last one with the description. Then try dropping this into your theme's stylesheet (or wherever you place custom styles at the theme level) and let me know if that's acceptable:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
#field_1_237 {
width: 10%;
}
#field_1_238 {
width: 90%;
margin-top: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;https://www.evernote.com/shard/s212/sh/4d4aa9a9-92b8-4f67-8fe7-51f12677b516/81cdba58ef8e962ee555e4d544ed9c5e&#34; rel=&#34;nofollow&#34;&#62;Result&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rd458 on "How to achieve single text field box next to multiline paragraph"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph#post-328800</link>
			<pubDate>Mon, 17 Jun 2013 12:06:58 +0000</pubDate>
			<dc:creator>rd458</dc:creator>
			<guid isPermaLink="false">328800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scroll down to last section. You will see I did both options. For the last one, I placed the paragraph in the description field. In the other examples, I placed the paragraph in a separate HTML field beside the single line text field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to achieve single text field box next to multiline paragraph"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph#post-328782</link>
			<pubDate>Mon, 17 Jun 2013 11:43:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">328782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We should be able to do this with some custom CSS. Go ahead and set your field up with a label and place your text in the description area of this field that you'd like to show to the right. Once you've done that, hook me up with a link to your form page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rd458 on "How to achieve single text field box next to multiline paragraph"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph#post-328774</link>
			<pubDate>Mon, 17 Jun 2013 11:31:16 +0000</pubDate>
			<dc:creator>rd458</dc:creator>
			<guid isPermaLink="false">328774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a photoshop of what I'm hoping to achieve.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinyurl.com/n5vqoro&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/n5vqoro&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rd458 on "How to achieve single text field box next to multiline paragraph"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-achieve-single-check-box-next-to-multiline-paragraph#post-328712</link>
			<pubDate>Mon, 17 Jun 2013 10:24:22 +0000</pubDate>
			<dc:creator>rd458</dc:creator>
			<guid isPermaLink="false">328712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am building a form that needs a bit of a unique layout. I need a text field, next to a large paragraph of text. I need the text box to stand without title or description. For this particular form, the text field is one of those &#34;Initial to the box at the left if you agree to the following statements....(paragraph with six sentences).&#34;&#60;/p&#62;
&#60;p&#62;I tried gf_left_half and gf_right_half classes, but of course that separates the box from the paragraph with a lot of white space. I tried gf_inline, but then the paragraph appeared below the box, instead of next to the box.&#60;/p&#62;
&#60;p&#62;Also, is is possible to have to have a text field with no description or title? I tried deleting the title but it defaults to 'untitled'.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
