<?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; tagline</title>
	<atom:link href="http://www.thesishacker.com/category/tagline/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 color of the tagline in the header</title>
		<link>http://www.thesishacker.com/change-the-color-of-the-tagline-in-the-header</link>
		<comments>http://www.thesishacker.com/change-the-color-of-the-tagline-in-the-header#comments</comments>
		<pubDate>Fri, 15 May 2009 16:04:32 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[colors]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[tagline]]></category>
		<category><![CDATA[change color]]></category>
		<category><![CDATA[change color of tagline]]></category>
		<category><![CDATA[color]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1825</guid>
		<description><![CDATA[I&#8217;ve gotten a lot of requests for changing the color of the tagline and moving the tagline. To change the color, keep reading. To change the position, go HERE.


In your custom.css add this&#8230;
.custom #header #tagline {color: #000000;}
Change the hexadecimal number to whatever gives you the desired effect
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten a lot of requests for changing the color of the tagline and moving the tagline. To change the color, keep reading. To change the position, go <a href="http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header">HERE.</a></p>
<p><img class="alignnone size-full wp-image-1826" title="164" src="http://www.thesishacker.com/wp-content/uploads/2009/05/164.png" alt="164" width="487" height="232" /></p>
<p><img class="alignnone size-full wp-image-1827" title="165" src="http://www.thesishacker.com/wp-content/uploads/2009/05/165.png" alt="165" width="484" height="228" /></p>
<p>In your custom.css add this&#8230;</p>
<p class="alert">.custom #header #tagline {color: #000000;}</p>
<p>Change the hexadecimal number to whatever gives you the desired effect</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-the-color-of-the-tagline-in-the-header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move the tagline to a different spot in the header</title>
		<link>http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header</link>
		<comments>http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header#comments</comments>
		<pubDate>Fri, 15 May 2009 16:02:56 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[header]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tagline]]></category>
		<category><![CDATA[move tagline]]></category>
		<category><![CDATA[move tagline inside header]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1831</guid>
		<description><![CDATA[There are a couple of different ways you can move the tagline inside your header.


One way is to just play around with the different margins on all sides. In your custom.css add this&#8230;
.custom #header #tagline {
margin-left: Xem;
margin-right: Xem;
margin-top: Xem;
margin-bottom: Xem;
}
Replace X with a number that gives you the desired effect
The only drawback with this is [...]]]></description>
			<content:encoded><![CDATA[<p>There are a couple of different ways you can move the tagline inside your header.</p>
<p><img class="alignnone size-full wp-image-1832" title="1651" src="http://www.thesishacker.com/wp-content/uploads/2009/05/1651.png" alt="1651" width="484" height="228" /></p>
<p><img class="alignnone size-full wp-image-1833" title="166" src="http://www.thesishacker.com/wp-content/uploads/2009/05/166.png" alt="166" width="548" height="148" /></p>
<p>One way is to just play around with the different margins on all sides. In your custom.css add this&#8230;</p>
<p class="alert">.custom #header #tagline {<br />
margin-left: Xem;<br />
margin-right: Xem;<br />
margin-top: Xem;<br />
margin-bottom: Xem;<br />
}</p>
<p>Replace X with a number that gives you the desired effect</p>
<p>The only drawback with this is that when you play around with the top and bottom margins it will increase or decrease the total height of your header area as you increase or decrease the top and bottom margins.</p>
<p>The alternative, give the tagline an absolute position and then place it along it&#8217;s x and y axis&#8217; from the top of the page with the following in your custom.css&#8230;</p>
<p class="alert">.custom #header #tagline {<br />
position: absolute;<br />
top: Xem;<br />
left: Xem;<br />
}</p>
<p>Replace X with a number that gives you the desired effect</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/move-the-tagline-to-a-different-spot-in-the-header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
