<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Free WordPress Theme- Orange Squash</title>
	<atom:link href="http://www.brightcherry.co.uk/scribbles/free-wordpress-theme-orange-squash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brightcherry.co.uk/scribbles/free-wordpress-theme-orange-squash/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 16:15:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Hamad</title>
		<link>http://www.brightcherry.co.uk/scribbles/free-wordpress-theme-orange-squash/#comment-980</link>
		<dc:creator>Hamad</dc:creator>
		<pubDate>Wed, 19 May 2010 16:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=24#comment-980</guid>
		<description>Dear Maruf,

I have one small hiccup; formatting is lost when using bullets or numbered lists. For example, you can go to:

http://www.techtangerine.com/2010/05/18/buying-norton-360-read-the-fine-print/

There is way to rectify be adding  to each and every bullet point but as you may imagine thats cumbersome. Any ideas?</description>
		<content:encoded><![CDATA[<p>Dear Maruf,</p>
<p>I have one small hiccup; formatting is lost when using bullets or numbered lists. For example, you can go to:</p>
<p><a href="http://www.techtangerine.com/2010/05/18/buying-norton-360-read-the-fine-print/" rel="nofollow">http://www.techtangerine.com/2010/05/18/buying-norton-360-read-the-fine-print/</a></p>
<p>There is way to rectify be adding  to each and every bullet point but as you may imagine thats cumbersome. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane</title>
		<link>http://www.brightcherry.co.uk/scribbles/free-wordpress-theme-orange-squash/#comment-966</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Wed, 05 May 2010 13:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=24#comment-966</guid>
		<description>Thank-you Maruf! Both fixes work beautifully!
Now that I&#039;m talking to a pro, do you have a suggestion for where I should put my Smallbones&#039; logo on the blog (and how to do it)? Sorry if I&#039;m taking advantage.</description>
		<content:encoded><![CDATA[<p>Thank-you Maruf! Both fixes work beautifully!<br />
Now that I&#8217;m talking to a pro, do you have a suggestion for where I should put my Smallbones&#8217; logo on the blog (and how to do it)? Sorry if I&#8217;m taking advantage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maruf</title>
		<link>http://www.brightcherry.co.uk/scribbles/free-wordpress-theme-orange-squash/#comment-965</link>
		<dc:creator>Maruf</dc:creator>
		<pubDate>Wed, 05 May 2010 12:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=24#comment-965</guid>
		<description>Hey Jane,

Regarding the category alignment - you&#039;ll need to modify style.css. It will be located in the theme directory.

&lt;strong&gt;Find the following chunk of code:&lt;/strong&gt;
.catblock{
	position:relative;
	width:400px;
	float:right;
	left:5px;
	bottom:12px;
}

&lt;strong&gt;And replace it with:&lt;/strong&gt;
.catblock{
	position:relative;
	width:400px;
	float:right;
	left:5px;
        margin-top:3px
}

Regarding the image captions:

&lt;strong&gt;Find the following chunk of code in style.css:&lt;/strong&gt;
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

&lt;strong&gt;And replace with it:&lt;/strong&gt;

.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
        text-align:left;
        width:90%;
        padding:5px;
}

Let me know how you get on.

Kind regards</description>
		<content:encoded><![CDATA[<p>Hey Jane,</p>
<p>Regarding the category alignment &#8211; you&#8217;ll need to modify style.css. It will be located in the theme directory.</p>
<p><strong>Find the following chunk of code:</strong><br />
.catblock{<br />
	position:relative;<br />
	width:400px;<br />
	float:right;<br />
	left:5px;<br />
	bottom:12px;<br />
}</p>
<p><strong>And replace it with:</strong><br />
.catblock{<br />
	position:relative;<br />
	width:400px;<br />
	float:right;<br />
	left:5px;<br />
        margin-top:3px<br />
}</p>
<p>Regarding the image captions:</p>
<p><strong>Find the following chunk of code in style.css:</strong><br />
.wp-caption p.wp-caption-text {<br />
	font-size: 11px;<br />
	line-height: 17px;<br />
	padding: 0 4px 5px;<br />
	margin: 0;<br />
}</p>
<p><strong>And replace with it:</strong></p>
<p>.wp-caption p.wp-caption-text {<br />
	font-size: 11px;<br />
	margin: 0;<br />
        text-align:left;<br />
        width:90%;<br />
        padding:5px;<br />
}</p>
<p>Let me know how you get on.</p>
<p>Kind regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane</title>
		<link>http://www.brightcherry.co.uk/scribbles/free-wordpress-theme-orange-squash/#comment-964</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Wed, 05 May 2010 12:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=24#comment-964</guid>
		<description>Hello! I just sent a message via your regular contact form about Orange Squash. I love the freshness of the theme &amp; really appreciate you making it freely available. I have two small problems: captions not centred under pics, and the category line not straight. http://smallbones.ca/blog (the rug hooking post is the best example)</description>
		<content:encoded><![CDATA[<p>Hello! I just sent a message via your regular contact form about Orange Squash. I love the freshness of the theme &amp; really appreciate you making it freely available. I have two small problems: captions not centred under pics, and the category line not straight. <a href="http://smallbones.ca/blog" rel="nofollow">http://smallbones.ca/blog</a> (the rug hooking post is the best example)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.brightcherry.co.uk/scribbles/free-wordpress-theme-orange-squash/#comment-861</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 08 Dec 2009 12:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=24#comment-861</guid>
		<description>Well I guess I&#039;ve hacked workarounds to both of my problems--I removed the catblock div entirely (not sure why it needed to be a div at all, perhaps I&#039;ll find out why in time!) and moved the id=comments from the h4 header tag that lead the comment section to the ol (ordered list) tag.

Hope that helps anyone else struggling with these!</description>
		<content:encoded><![CDATA[<p>Well I guess I&#8217;ve hacked workarounds to both of my problems&#8211;I removed the catblock div entirely (not sure why it needed to be a div at all, perhaps I&#8217;ll find out why in time!) and moved the id=comments from the h4 header tag that lead the comment section to the ol (ordered list) tag.</p>
<p>Hope that helps anyone else struggling with these!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

