<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thesis Hacker &#187; spacing</title>
	<atom:link href="http://www.thesishacker.com/category/spacing-posts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 21 May 2009 16:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change the space between widget list items</title>
		<link>http://www.thesishacker.com/change-space-between-widget-list-items</link>
		<comments>http://www.thesishacker.com/change-space-between-widget-list-items#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:36:28 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[categories]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[change space]]></category>
		<category><![CDATA[list items]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=952</guid>
		<description><![CDATA[

In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-954 aligncenter" style="border: 1px solid black;" title="82" src="http://www.thesishacker.com/wp-content/uploads/2009/02/82.png" alt="82" width="110" height="140" /><br />
<img class="size-full wp-image-955 aligncenter" style="border: 1px solid black;" title="83" src="http://www.thesishacker.com/wp-content/uploads/2009/02/83.png" alt="83" width="113" height="319" /></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*space between widget list items*/</span><br />
.custom li.widget ul li { margin-bottom: 2em ; }</p>
<p>Change the 2 to whatever gives you the desired effect</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-space-between-widget-list-items/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Move your post title to the center or right</title>
		<link>http://www.thesishacker.com/move-post-title-to-the-center-or-right</link>
		<comments>http://www.thesishacker.com/move-post-title-to-the-center-or-right#comments</comments>
		<pubDate>Wed, 21 Jan 2009 01:03:31 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[custom.css]]></category>
		<category><![CDATA[move post title]]></category>
		<category><![CDATA[right]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=501</guid>
		<description><![CDATA[Move your post title to the center or right]]></description>
			<content:encoded><![CDATA[<p>By default your post title has the selector of  h2. If you change just the h2 selector, you&#8217;ll end up changing all things tagged with h2 on your site. If you just want to only change the position of your post title, like this&#8230;</p>
<p><img class="alignnone size-full wp-image-503" style="border: 1px solid black;" title="35" src="http://www.thesishacker.com/wp-content/uploads/2009/01/35.png" alt="35" width="554" height="93" /></p>
<p><img class="alignnone size-full wp-image-504" style="border: 1px solid black;" title="33" src="http://www.thesishacker.com/wp-content/uploads/2009/01/33.png" alt="33" width="555" height="99" /></p>
<p><img class="alignnone size-full wp-image-506" style="border: 1px solid black;" title="34" src="http://www.thesishacker.com/wp-content/uploads/2009/01/34.png" alt="34" width="552" height="88" /></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*move post title to center or right*/</span><br />
<span style="color: #339966;"><span style="color: #000000;">.custom .entry-title { text align: center ; }</span></span></p>
<p><span style="color: #339966;"><span style="color: #000000;">You can change &#8220;center&#8221; to &#8220;right&#8221; to get the desired effect.<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/move-post-title-to-the-center-or-right/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change space between the avatar and the beginning of the post</title>
		<link>http://www.thesishacker.com/change-space-between-avatar-and-the-beginning-of-the-post</link>
		<comments>http://www.thesishacker.com/change-space-between-avatar-and-the-beginning-of-the-post#comments</comments>
		<pubDate>Tue, 20 Jan 2009 08:21:52 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[avatars]]></category>
		<category><![CDATA[headline and title]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[beginning]]></category>
		<category><![CDATA[headline]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=482</guid>
		<description><![CDATA[Change space between the avatar and the beginning of the post]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-483" style="border: 1px solid black;" title="291" src="http://www.thesishacker.com/wp-content/uploads/2009/01/291.png" alt="291" width="553" height="156" /></p>
<p>You can put as much space between the avatar or headline and the beginning of it&#8217;s following post&#8230;</p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*space between avatar and post*/</span><br />
.custom .format_text { margin-top: 3em ; }</p>
<p>Set the em&#8217;s to whatever suites your needs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-space-between-avatar-and-the-beginning-of-the-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change font height and line spacing</title>
		<link>http://www.thesishacker.com/change-font-height-and-line-spacing</link>
		<comments>http://www.thesishacker.com/change-font-height-and-line-spacing#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:23:32 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[line]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=105</guid>
		<description><![CDATA[Change font height and line spacing]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thesishacker.com/wp-content/uploads/2008/10/1.png" rel="lightbox[105]"><img class="alignnone size-full wp-image-106" style="border: 1px solid black;" title="1" src="http://www.thesishacker.com/wp-content/uploads/2008/10/1.png" alt="" width="500" height="303" /></a></p>
<p><a href="http://www.thesishacker.com/wp-content/uploads/2008/10/2.png" rel="lightbox[105]"><img class="alignnone size-full wp-image-107" style="border: 1px solid black;" title="2" src="http://www.thesishacker.com/wp-content/uploads/2008/10/2.png" alt="" width="500" height="213" /></a></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*change font height and line spacing*/</span><br />
.custom .format_text { font-size: 1 em; line-height: 1 em;}</p>
<p>change the value of the <span style="color: #ff0000;">em&#8217;s</span> to obtain the desired effect</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-font-height-and-line-spacing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase or deacrease the space between paragraphs</title>
		<link>http://www.thesishacker.com/exapmple</link>
		<comments>http://www.thesishacker.com/exapmple#comments</comments>
		<pubDate>Fri, 31 Oct 2008 00:52:16 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[between]]></category>
		<category><![CDATA[decrease space]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[paragraphs]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=97</guid>
		<description><![CDATA[Increase or deacrease the space between paragraphs]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.thesishacker.com/wp-content/uploads/2008/10/paragraphspace1.png" rel="lightbox[97]"><img class="size-full wp-image-99 aligncenter" style="border: 1px solid black;" title="paragraphspace1" src="http://www.thesishacker.com/wp-content/uploads/2008/10/paragraphspace1.png" alt="" width="500" height="299" /></a></p>
<p>In your <em>custom.ss</em> file add the following code. You can put it anywhere you want but I recommend putting it at the top. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*space between paragraphs*/</span><br />
.custom .format_text p { margin-bottom: 1.45 em; }</p>
<p>increase or decrease the amount of <span style="color: #ff0000;">em&#8217;s </span>to obtain the desired effect</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/exapmple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

