<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Forever Theme: extend horizontal border, remove border between title and body?</title>
		<link>http://en.forums.wordpress.com/topic/forever-theme-extend-horizontal-border-remove-border-between-title-and-body</link>
		<description>WordPress.com Forums &#187; Topic: Forever Theme: extend horizontal border, remove border between title and body?</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 01:10:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/forever-theme-extend-horizontal-border-remove-border-between-title-and-body" rel="self" type="application/rss+xml" />

		<item>
			<title>zinzielizabeth on "Forever Theme: extend horizontal border, remove border between title and body?"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-extend-horizontal-border-remove-border-between-title-and-body#post-1052895</link>
			<pubDate>Sat, 27 Oct 2012 16:04:17 +0000</pubDate>
			<dc:creator>zinzielizabeth</dc:creator>
			<guid isPermaLink="false">1052895@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Forever Theme: extend horizontal border, remove border between title and body?"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-extend-horizontal-border-remove-border-between-title-and-body#post-1052826</link>
			<pubDate>Sat, 27 Oct 2012 12:57:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1052826@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>(A) how do I remove the lines between the title/body and body/tags and (B) how do I add a line/border between posts instead?</p></blockquote>
<p>To remove the border between the post title and post content and add a border to the bottom of posts in the Forever theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.entry-header .entry-meta {
	border-bottom: none;
}

.post {
	border-bottom: 1px solid #EEE;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Forever Theme: extend horizontal border, remove border between title and body?"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-extend-horizontal-border-remove-border-between-title-and-body#post-1052821</link>
			<pubDate>Sat, 27 Oct 2012 12:53:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1052821@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1. I'd like the horizontal border that runs between the main content and widgets to extend to the bottom of the page. Is there a CSS code that will do that?</p></blockquote>
<p>You could put the border on the right of the content area instead of the left of the sidebar with the following CSS, but note that it may look funny in cases where the sidebar is longer than the post.</p>
<pre><code>#content {
	padding-right: 4.8%;
	margin-right: 29.583333333333%;
	border-right: 1px solid #EEE;
}

#secondary {
	border-left: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>zinzielizabeth on "Forever Theme: extend horizontal border, remove border between title and body?"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-extend-horizontal-border-remove-border-between-title-and-body#post-1052007</link>
			<pubDate>Fri, 26 Oct 2012 18:07:37 +0000</pubDate>
			<dc:creator>zinzielizabeth</dc:creator>
			<guid isPermaLink="false">1052007@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi-<br />
A couple of things—hoping someone can help!</p>
<p>1. I'd like the horizontal border that runs between the main content and widgets to extend to the bottom of the page. Is there a CSS code that will do that?</p>
<p>2. On the main page, the posts have lines between the title and main body text and between the main body text and tags. However, there is no line between the posts themselves. I think it looks a little confusing. See what I'm talking about here: <a href="http://atthetreehou.se" rel="nofollow">http://atthetreehou.se</a> My questions are: (A) how do I remove the lines between the title/body and body/tags and (B) how do I add a line/border between posts instead? </p>
<p>Thank you!
</p>
]]></description>
					</item>

	</channel>
</rss>
