<?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: &quot;Clean Home&quot; Theme</title>
		<link>http://en.forums.wordpress.com/topic/clean-home-theme-1</link>
		<description>WordPress.com Forums &#187; Topic: &quot;Clean Home&quot; Theme</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 23:25:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/clean-home-theme-1" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-797158</link>
			<pubDate>Fri, 20 Jan 2012 16:46:34 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">797158@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cheers! :)
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796955</link>
			<pubDate>Fri, 20 Jan 2012 09:02:14 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">796955@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Totally comprehensive answer thank you.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796818</link>
			<pubDate>Fri, 20 Jan 2012 03:48:33 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">796818@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>5. Can I change the FONT of the header (without using css)</p></blockquote>
<p>If you have purchased the <a href="http://en.support.wordpress.com/custom-design/">custom design upgrade</a>, you can change the font for headers from the Appearance &#8594; Custom Design &#8594; Fonts page.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796816</link>
			<pubDate>Fri, 20 Jan 2012 03:47:19 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">796816@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>4. I love how my horizontally repeated gradient background works! looks cool! But it seems to be darkening the area underneath the 2 header lines. Can i change this so that the header has no opaqueness. Or is it in fact just an optical illusion?</p></blockquote>
<p>The background for the main content area is currently setup with 88% opacity: </p>
<pre><code>#wrapper {
  background: rgba(255, 255, 255, 0.88);
}</code></pre>
<p>You can override that and make it white instead using CSS like this:</p>
<pre><code>#wrapper {
  background: white;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796810</link>
			<pubDate>Fri, 20 Jan 2012 03:43:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">796810@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. "Text widget Designer worksheet" I am changing the font=size="7" but nothing is happening (I want it larger than at present to match other widget headers.</p></blockquote>
<p>I looked in the text widget and I see this code for the heading:<br />
<code>&lt;font size=&quot;6&quot;&gt;Designer Worksheets&lt;/font&gt;</code></p>
<p>&#60;font&#62; is an outdated tag. I would recommend using &#60;p&#62; or &#60;h2&#62; instead.</p>
<p>You can style the tag inline by adding style="font-size=2em;" to it instead. Or you can make it match the other sidebar heading styles by using the h3 tag instead and there is already styling built in for that.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796801</link>
			<pubDate>Fri, 20 Jan 2012 03:32:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">796801@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. flickr widget: can I LEFT-align the images? I think they are centred at the moment but centred on the column which does not look good.</p></blockquote>
<p>The images in the Flickr widget are currently centered. You can left align them by unsetting the auto margin:</p>
<pre><code>.widget #flickr_badge_wrapper img {
  margin: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796798</link>
			<pubDate>Fri, 20 Jan 2012 03:30:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">796798@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1. Facebook Widget: seems to have a LOT of space around it. Particularly underneath. I appreciate I have chosen *NOT* to display some of the widget's optional text but I would have expected the space to be freed up by so doing.</p></blockquote>
<p>You can adjust the height of the Facebook widget manually like this:</p>
<pre><code>.widget_facebook_likebox iframe {
  height: 70px !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>sl1k on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796780</link>
			<pubDate>Fri, 20 Jan 2012 03:07:54 +0000</pubDate>
			<dc:creator>sl1k</dc:creator>
			<guid isPermaLink="false">796780@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thread moved to the CSS forum section.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "&quot;Clean Home&quot; Theme"</title>
			<link>http://en.forums.wordpress.com/topic/clean-home-theme-1#post-796278</link>
			<pubDate>Thu, 19 Jan 2012 18:52:36 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">796278@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just migrated nicely to this nice and simple theme.</p>
<p>I'm fiddling with the right hand bar but am getting a few, mostly aesthetic, problems. Any help on the following appreciated. Please note that I DO HAVE the CSS upgrade but am not using it yet with this theme. I want to try to do as much as possible beforehand:</p>
<p>1. Facebook Widget: seems to have a LOT of space around it. Particularly underneath. I appreciate I have chosen *NOT* to display some of the widget's optional text but I would have expected the space to be freed up by so doing.<br />
2. flickr widget: can I LEFT-align the images? I think they are centred at the moment but centred on the column which does not look good.<br />
3. "Text widget Designer worksheet" I am changing the font=size="7" but nothing is happening (I want it larger than at present to match other widget headers.<br />
4. I love how my horizontally repeated gradient background works! looks cool! But it seems to be darkening the area underneath the 2 header lines. Can i change this so that the header has no opaqueness. Or is it in fact just an optical illusion?<br />
5. Can I change the FONT of the header (without using css)
</p>
]]></description>
					</item>

	</channel>
</rss>
