<?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: Adding horizontal lines to the &#34;List&#34; field through CSS?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-horizontal-lines-to-the-list-field-through-css</link>
		<description>Gravity Support Forums Topic: Adding horizontal lines to the &quot;List&quot; field through CSS?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:22:50 +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/adding-horizontal-lines-to-the-list-field-through-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Adding horizontal lines to the &#34;List&#34; field through CSS?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-horizontal-lines-to-the-list-field-through-css#post-110587</link>
			<pubDate>Sat, 29 Dec 2012 13:09:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">110587@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking at the source, I see that those numbered items all appear to be in one form field.  As an example, if you wanted to add a bottom border to that list of 12 items, you could add this CSS to your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper li#field_1_1 {
  border-bottom: 1px solid red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try that and see what shows up, and see if that helps you put the border where you want it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Adding horizontal lines to the &#34;List&#34; field through CSS?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-horizontal-lines-to-the-list-field-through-css#post-110586</link>
			<pubDate>Sat, 29 Dec 2012 13:05:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">110586@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This site comes up with no form in Firefox and a different looking theme than it does in Chrome.  I can load the site in Chrome but I can't tell where you want the lines.  I tried searching for the text you pasted beneath &#34;look where it says&#34; but it can't be found in Chrome.&#60;/p&#62;
&#60;p&#62;I see 12 numbered items.  Can you tell us where you want the horizontal lines?  Is it just beneath one of those items or multiple items?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>talgalili on "Adding horizontal lines to the &#34;List&#34; field through CSS?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-horizontal-lines-to-the-list-field-through-css#post-110160</link>
			<pubDate>Fri, 28 Dec 2012 23:47:27 +0000</pubDate>
			<dc:creator>talgalili</dc:creator>
			<guid isPermaLink="false">110160@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form is here:&#60;br /&#62;
&#60;a href=&#34;http://keren-yozmot.org/#gf_1&#34; rel=&#34;nofollow&#34;&#62;http://keren-yozmot.org/#gf_1&#60;/a&#62;&#60;br /&#62;
I have changed it back since turning the table of the list field into one with lines ended up over lapping.&#60;/p&#62;
&#60;p&#62;What CSS code might I use for adding border lines to the relevant field?&#60;/p&#62;
&#60;p&#62;(look at where it says:&#60;br /&#62;
תואר	שם פרטי	שם משפחה	מספר תעודת זהות	כתובת	מספר טלפון (עדיף נייד)	דואר אלקטרוני	תפקידך בבי&#34;ס/גן	הכשרתך המקצועית	 &#60;/p&#62;
&#60;p&#62;)&#60;/p&#62;
&#60;p&#62;(thank you)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Adding horizontal lines to the &#34;List&#34; field through CSS?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-horizontal-lines-to-the-list-field-through-css#post-109287</link>
			<pubDate>Thu, 27 Dec 2012 20:24:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">109287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please post a link to the page on your site where the form is located, and show us what CSS you have already tried.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>talgalili on "Adding horizontal lines to the &#34;List&#34; field through CSS?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-horizontal-lines-to-the-list-field-through-css#post-109201</link>
			<pubDate>Thu, 27 Dec 2012 16:43:55 +0000</pubDate>
			<dc:creator>talgalili</dc:creator>
			<guid isPermaLink="false">109201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to have the list field appear like a table.  At least being able to add horizontal lines to it.&#60;br /&#62;
I have tried doing it through the custom CSS class field, but the form overrided what I have done.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
