<?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: Full width header for Mystique Theme</title>
		<link>http://en.forums.wordpress.com/topic/full-width-header-for-mystique-theme</link>
		<description>WordPress.com Forums &#187; Topic: Full width header for Mystique Theme</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 04:13:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/full-width-header-for-mystique-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>jannemarri on "Full width header for Mystique Theme"</title>
			<link>http://en.forums.wordpress.com/topic/full-width-header-for-mystique-theme#post-1086237</link>
			<pubDate>Tue, 04 Dec 2012 20:44:36 +0000</pubDate>
			<dc:creator>jannemarri</dc:creator>
			<guid isPermaLink="false">1086237@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I wanted the menu items to space out evenly on the menu bar.. I will give thst a try. But I think I've figured out a way. Thank you so much for replying!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Full width header for Mystique Theme"</title>
			<link>http://en.forums.wordpress.com/topic/full-width-header-for-mystique-theme#post-1086127</link>
			<pubDate>Tue, 04 Dec 2012 19:46:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1086127@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>and then secondly I want to make the spaces in between the text and the divider on the menu. I have tried looking at the original CSS and playing around with that but I still can't figure it out.. What to do??</p></blockquote>
<p>Do you mean you want more spacing surrounding the text inside each menu item? Here is an example you can start with:</p>
<pre><code>#access a {
	padding-left: 2.2em;
	padding-right: 2.2em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Full width header for Mystique Theme"</title>
			<link>http://en.forums.wordpress.com/topic/full-width-header-for-mystique-theme#post-1085512</link>
			<pubDate>Tue, 04 Dec 2012 06:06:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1085512@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I want the header to span the full width of the page instead of the normal constrained header that comes with the theme.</p></blockquote>
<p>I would just add a background image to a different element instead of trying to re-position the header. Here is an example to illustrate:</p>
<pre><code>#page {
	display: block;
	width: 100%;
	padding-top: 230px;
	background: url(&#039;http://heyheyheyyou.files.wordpress.com/2012/09/cf_header1.png&#039;) repeat-x;
}</code></pre>
<p>Note that you can adjust the url() value and padding as needed.
</p>
]]></description>
					</item>
		<item>
			<title>jannemarri on "Full width header for Mystique Theme"</title>
			<link>http://en.forums.wordpress.com/topic/full-width-header-for-mystique-theme#post-1059896</link>
			<pubDate>Sun, 04 Nov 2012 02:26:50 +0000</pubDate>
			<dc:creator>jannemarri</dc:creator>
			<guid isPermaLink="false">1059896@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oops. I changed the site to a different theme before I had posted this and forgot, but I want to know for the Theme Mystique because thats what I'll be using. Thanks so much!
</p>
]]></description>
					</item>
		<item>
			<title>jannemarri on "Full width header for Mystique Theme"</title>
			<link>http://en.forums.wordpress.com/topic/full-width-header-for-mystique-theme#post-1059895</link>
			<pubDate>Sun, 04 Nov 2012 02:25:43 +0000</pubDate>
			<dc:creator>jannemarri</dc:creator>
			<guid isPermaLink="false">1059895@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to create a full width header for my site and I'm busy testing out different things before it goes final.  I want the header to span the full width of the page instead of the normal constrained header that comes with the theme.</p>
<p>I have the CSS add on and I was trying to use the CSS code below:</p>
<p>#branding {<br />
	background: url("");<br />
	width: 1366px;<br />
	height: 115px;<br />
	padding: 0;<br />
	position: relative;<br />
	display: block;<br />
}</p>
<p>but its not working.HELP!</p>
<p>and then secondly I want to make the spaces in between the text and the divider on the menu. I have tried looking at the original CSS and playing around with that but I still can't figure it out.. What to do??</p>
<p>Thanks!!
</p>
]]></description>
					</item>

	</channel>
</rss>
