<?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: Site Theme - How do I move the tagline underneath my header?</title>
		<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header</link>
		<description>WordPress.com Forums &#187; Topic: Site Theme - How do I move the tagline underneath my header?</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 12:18:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header" rel="self" type="application/rss+xml" />

		<item>
			<title>1tess on "Site Theme - How do I move the tagline underneath my header?"</title>
			<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header#post-1150549</link>
			<pubDate>Tue, 12 Feb 2013 03:32:43 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1150549@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome. ≥^!^≤
</p>
]]></description>
					</item>
		<item>
			<title>cookoobananas on "Site Theme - How do I move the tagline underneath my header?"</title>
			<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header#post-1150491</link>
			<pubDate>Tue, 12 Feb 2013 01:37:52 +0000</pubDate>
			<dc:creator>cookoobananas</dc:creator>
			<guid isPermaLink="false">1150491@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank so much! Wow!</p>
<p>You just made my day!
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Site Theme - How do I move the tagline underneath my header?"</title>
			<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header#post-1150474</link>
			<pubDate>Tue, 12 Feb 2013 01:16:57 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1150474@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To tell you the truth, I'm a genuine noobie with CSS, but the best thing I did in order to figure things out was to get Firebug which works with FireFox browser.<br />
<a href="https://getfirebug.com/" rel="nofollow">https://getfirebug.com/</a></p>
<p>It's a littlebit of a learning curve, but once you get going, you can play with all sorts of modifications until you get what you want the CSS to do.
</p>
]]></description>
					</item>
		<item>
			<title>cookoobananas on "Site Theme - How do I move the tagline underneath my header?"</title>
			<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header#post-1150470</link>
			<pubDate>Tue, 12 Feb 2013 01:11:01 +0000</pubDate>
			<dc:creator>cookoobananas</dc:creator>
			<guid isPermaLink="false">1150470@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh my gosh I just tried it THANK YOU!!!! I spent hours trying to figure it out yesterday! </p>
<p>Thank you thank you thank you! :)
</p>
]]></description>
					</item>
		<item>
			<title>cookoobananas on "Site Theme - How do I move the tagline underneath my header?"</title>
			<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header#post-1150468</link>
			<pubDate>Tue, 12 Feb 2013 01:08:53 +0000</pubDate>
			<dc:creator>cookoobananas</dc:creator>
			<guid isPermaLink="false">1150468@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you! </p>
<p>Do I just copy and paste that to the bottom of my of my CSS Style Sheet Editor?
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Site Theme - How do I move the tagline underneath my header?"</title>
			<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header#post-1150463</link>
			<pubDate>Tue, 12 Feb 2013 01:03:01 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">1150463@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will move the tagline down and remain centered:<br />
.site-description {<br />
    clear: none;<br />
    color: #656363;<br />
    float: left;<br />
    font-size: 1.1rem;<br />
    line-height: 1.3;<br />
    margin: 0 4.47761% 0 3.17761%;<br />
    padding: 12em 0 0;<br />
    width: 43.2836%;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>cookoobananas on "Site Theme - How do I move the tagline underneath my header?"</title>
			<link>http://en.forums.wordpress.com/topic/site-theme-how-do-i-move-the-tagline-underneath-my-header#post-1150445</link>
			<pubDate>Tue, 12 Feb 2013 00:42:32 +0000</pubDate>
			<dc:creator>cookoobananas</dc:creator>
			<guid isPermaLink="false">1150445@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello I have the SIte Theme,</p>
<p>I want to move my tagline to underneath my header. As it is, it is hidden behind my header, and you can't really see it. </p>
<p>Please can someone tell me how to do this? I know the answer lies in pasting something into my CSS but I don't know what.</p>
<p>Thanks for your time!</p>
<p>- Erin
</p>
]]></description>
					</item>

	</channel>
</rss>
