<?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: minimum height</title>
		<link>http://en.forums.wordpress.com/topic/minimum-height</link>
		<description>WordPress.com Forums &#187; Topic: minimum height</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 22:55:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/minimum-height" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "minimum height"</title>
			<link>http://en.forums.wordpress.com/topic/minimum-height#post-756288</link>
			<pubDate>Mon, 28 Nov 2011 22:34:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">756288@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Each theme is unique. If you want to customize the theme from it's original design at WordPress.com, then you can use CSS even if it's for something simple. </p>
<p>Here's some background information about min-height: <a href="http://www.w3.org/TR/CSS2/visudet.html#min-max-heights" rel="nofollow">http://www.w3.org/TR/CSS2/visudet.html#min-max-heights</a></p>
<p>Here's an example of how to use it to set the main and sidebar content areas to match in the Nishita theme: </p>
<pre><code>.main-inner {
    min-height: 726px;
}

#sidebar-inner {
    min-height: 720px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>jtrigging on "minimum height"</title>
			<link>http://en.forums.wordpress.com/topic/minimum-height#post-754802</link>
			<pubDate>Sun, 27 Nov 2011 02:21:15 +0000</pubDate>
			<dc:creator>jtrigging</dc:creator>
			<guid isPermaLink="false">754802@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Can anyone tell me how to set the minimum height of each page without CSS min-height? I have been told there is an option but can not find it. I assume I shouldn't have to use code to do something this simple.
</p>
]]></description>
					</item>

	</channel>
</rss>
