<?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: Twenty-Eleven ~ two CSS coding changes</title>
		<link>http://en.forums.wordpress.com/topic/twenty-eleven-two-css-coding-changes</link>
		<description>WordPress.com Forums &#187; Topic: Twenty-Eleven ~ two CSS coding changes</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 04:47:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/twenty-eleven-two-css-coding-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>therapybook on "Twenty-Eleven ~ two CSS coding changes"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-two-css-coding-changes#post-752236</link>
			<pubDate>Wed, 23 Nov 2011 15:09:03 +0000</pubDate>
			<dc:creator>therapybook</dc:creator>
			<guid isPermaLink="false">752236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK, thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Twenty-Eleven ~ two CSS coding changes"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-two-css-coding-changes#post-752235</link>
			<pubDate>Wed, 23 Nov 2011 15:08:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">752235@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's part of the design of the theme itself, and there isn't a way to add something using CSS if it isn't sent to the page in the first place.
</p>
]]></description>
					</item>
		<item>
			<title>therapybook on "Twenty-Eleven ~ two CSS coding changes"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-two-css-coding-changes#post-752227</link>
			<pubDate>Wed, 23 Nov 2011 14:55:34 +0000</pubDate>
			<dc:creator>therapybook</dc:creator>
			<guid isPermaLink="false">752227@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you, that worked perfectly.</p>
<p>May I ask just one more question? Is there a way to get the sidebar to appear on the inner pages as well as the home page. At the moment, it is only on the home page.</p>
<p>Many thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Twenty-Eleven ~ two CSS coding changes"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-two-css-coding-changes#post-751234</link>
			<pubDate>Tue, 22 Nov 2011 16:33:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">751234@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here are the basic percentages that you need to update to change the width of the sidebar for Twenty Eleven. This will decrease the primary content area width by 10% and increase the sidebar by 10%. I also made the right and left margins a little smaller.</p>
<pre><code>#primary {
margin: 0 -36.4% 0 0;
}
#content {
margin: 0 36.4% 0 3.6%;
}
#secondary {
float: right;
margin-right: 3.6%;
width: 28.8%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Twenty-Eleven ~ two CSS coding changes"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-two-css-coding-changes#post-751222</link>
			<pubDate>Tue, 22 Nov 2011 16:22:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">751222@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you mean the post titles? If you just want to change the font and font size for post titles, use the Appearance &#8594; Custom Design &#8594; Fonts page. If you want to change something else for titles, start with this selector. </p>
<p><code>.entry-header hgroup .entry-title</code></p>
<p>Or use this to change the post title <a href="http://www.w3.org/TR/css3-color/#svg-color">color</a>: </p>
<pre><code>.entry-title, .entry-title a {
color: blue;
}</code></pre>
<p>Looking at the right sidebar next...
</p>
]]></description>
					</item>
		<item>
			<title>therapybook on "Twenty-Eleven ~ two CSS coding changes"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-eleven-two-css-coding-changes#post-751213</link>
			<pubDate>Tue, 22 Nov 2011 16:10:21 +0000</pubDate>
			<dc:creator>therapybook</dc:creator>
			<guid isPermaLink="false">751213@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'd like to make two changes to my Twenty-Eleven template.</p>
<p>I've bought a CSS Upgrade but need some help in finding two small pieces of code. I'd like to change the subheadings to a different style and I'd also like to increase the width of the right sidebar. Please could someone very kindly tell me which code I need to add/change?</p>
<p>Much appreciate your help!</p>
<p>Thanks,
</p>
]]></description>
					</item>

	</channel>
</rss>
