<?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: Advanced field breaks out</title>
		<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out</link>
		<description>Gravity Support Forums Topic: Advanced field breaks out</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:22:17 +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/advanced-field-breaks-out" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Advanced field breaks out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out#post-100010</link>
			<pubDate>Fri, 07 Dec 2012 08:10:01 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100010@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would recommend you set the width of the inputs to something like 75% because at the moment they are too wide which is why the border is missing from the right and when you fill in one of the inputs it drops down the page slightly so to prevent that you would add something like this to your stylesheet&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield_list input {
width: 75%;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Advanced field breaks out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out#post-100006</link>
			<pubDate>Fri, 07 Dec 2012 08:01:26 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">100006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like you sorted the main width issue
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fjallwebb on "Advanced field breaks out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out#post-100002</link>
			<pubDate>Fri, 07 Dec 2012 07:34:02 +0000</pubDate>
			<dc:creator>Fjallwebb</dc:creator>
			<guid isPermaLink="false">100002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, thank´s but I really can´t see any difference when I adding /*min-width: 210px*/&#60;br /&#62;
Where should you put it, (currently base.css)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Advanced field breaks out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out#post-99926</link>
			<pubDate>Fri, 07 Dec 2012 04:08:55 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">99926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually it wants to be, your closing asterisk and forward slash are the wrong way round&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*min-width: 210px*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As for your second point, if you are asking how to kill the background from the list field that is due to the following styles found is styles.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;table td {
background: none repeat scroll 0 0 #EEE;
border-top: 1px solid white;
color: #333;
padding: 8px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;there is also an almost identical rule for 'table th', to kill the background you can add something like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper table td, .gform_wrapper table th {
 background:none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Fjallwebb on "Advanced field breaks out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out#post-99798</link>
			<pubDate>Thu, 06 Dec 2012 20:21:13 +0000</pubDate>
			<dc:creator>Fjallwebb</dc:creator>
			<guid isPermaLink="false">99798@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, okay and why is it white?&#60;br /&#62;
Do you mean like this?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;input[type=&#38;quot;text&#38;quot;],
	input[type=&#38;quot;password&#38;quot;],
	input[type=&#38;quot;email&#38;quot;],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;, Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		/*min-width:/*
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Advanced field breaks out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out#post-99516</link>
			<pubDate>Thu, 06 Dec 2012 05:27:23 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">99516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The list field table is breaking the bounds of the form because of the css rule shown below which can be found in your themes base.css file is setting a minimum width of 210px for the input fields, if you comment out that min-width line by placing /* at the start of it and */ after it you should find your problem is resolved.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;input[type=&#38;quot;text&#38;quot;],
	input[type=&#38;quot;password&#38;quot;],
	input[type=&#38;quot;email&#38;quot;],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;, Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		min-width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Fjallwebb on "Advanced field breaks out"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-field-breaks-out#post-99496</link>
			<pubDate>Thu, 06 Dec 2012 04:43:27 +0000</pubDate>
			<dc:creator>Fjallwebb</dc:creator>
			<guid isPermaLink="false">99496@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi the advanced field breaks out of the form and when typing the fields jump down and it´s just messy, please have a look on this site, &#60;a href=&#34;http://skibua.spacedout.se/book-skiutstyr/&#34; rel=&#34;nofollow&#34;&#62;http://skibua.spacedout.se/book-skiutstyr/&#60;/a&#62;&#60;br /&#62;
(it´s on the second page)&#60;br /&#62;
screenshot; &#60;a href=&#34;http://i45.tinypic.com/14lhda0.png&#34; rel=&#34;nofollow&#34;&#62;http://i45.tinypic.com/14lhda0.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
