<?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: How to make all pages the same size</title>
		<link>http://en.forums.wordpress.com/topic/how-to-make-all-pages-the-same-size</link>
		<description>WordPress.com Forums &#187; Topic: How to make all pages the same size</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 16:06:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-make-all-pages-the-same-size" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How to make all pages the same size"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-all-pages-the-same-size#post-881566</link>
			<pubDate>Tue, 08 May 2012 15:11:57 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">881566@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you need help updating specific stuff, please post back with more questions! Once you get the hang of figuring out how different rules affect things, it will be much easier. :)</p>
<p>You might also like this tutorial:<br />
<a href="http://www.htmldog.com/guides/cssbeginner/" rel="nofollow">http://www.htmldog.com/guides/cssbeginner/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to make all pages the same size"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-all-pages-the-same-size#post-881565</link>
			<pubDate>Tue, 08 May 2012 15:10:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">881565@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You have the following rules in your Appearance &#8594; Custom Design &#8594; CSS:</p>
<pre><code>body {
background:#fff;
color:#444;
font:60% Orator Std, Arial, sans-serif;
text-align:center;
font-family:Tahoma, Geneva, sans-serif;
}</code></pre>
<pre><code>.post,.page,.attachment {
width:500px;
margin-bottom:50px;
font-size:1.4em;
line-height:1.7em;
color:#444;
float:left;
}</code></pre>
<p>In the first rule for "body", you set the base font to 60% in this line:</p>
<p><code>font:60% Orator Std, Arial, sans-serif;</code></p>
<p>That will affect a lot of other things. Take out the "60%" to set it back to normal:</p>
<p><code>font:Orator Std, Arial, sans-serif;</code></p>
<p>The other rule for ".post,.page,.attachment" also affects some font sizes. The line which is making fonts larger in some areas is this one:</p>
<p><code>font-size:1.4em;</code></p>
<p>Try removing that.
</p>
]]></description>
					</item>
		<item>
			<title>hellorosie on "How to make all pages the same size"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-all-pages-the-same-size#post-877223</link>
			<pubDate>Wed, 02 May 2012 16:04:46 +0000</pubDate>
			<dc:creator>hellorosie</dc:creator>
			<guid isPermaLink="false">877223@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Greetings-</p>
<p>My blog shows text on its three different types of pages (home, post pages, pages) in three different sizes. The home page is normal, post pages show extra small text, and my pages (about) shows extra large text. How can I normalize the pages so that all of them appear with text the same size as my home page? Thank you! </p>
<p>hello-rosie.com
</p>
]]></description>
					</item>

	</channel>
</rss>
