<?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: can I reposition the sidebar in the Matala theme with CSS?</title>
		<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css</link>
		<description>WordPress.com Forums &#187; Topic: can I reposition the sidebar in the Matala theme with CSS?</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 01:53:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717549</link>
			<pubDate>Tue, 11 Oct 2011 01:51:08 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">717549@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>bonvoyagers on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717545</link>
			<pubDate>Tue, 11 Oct 2011 01:39:38 +0000</pubDate>
			<dc:creator>bonvoyagers</dc:creator>
			<guid isPermaLink="false">717545@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Perfect, thank you.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717479</link>
			<pubDate>Mon, 10 Oct 2011 23:24:21 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">717479@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this and adjust the 25px value (what it is now).</p>
<pre><code>#access {
margin-top: 25px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>bonvoyagers on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717471</link>
			<pubDate>Mon, 10 Oct 2011 23:20:53 +0000</pubDate>
			<dc:creator>bonvoyagers</dc:creator>
			<guid isPermaLink="false">717471@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah apologies, I meant from the main header at the top of the page (the 940x150 pic) to the page headings on the scrap paper. I've fiddled around and they seem to be connected..</p>
<p>(sorry about the lack of technical wording! I'm new to css)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717463</link>
			<pubDate>Mon, 10 Oct 2011 23:10:15 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">717463@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, change the -130px value (-150px would move it up further).</p>
<pre><code>#content {
margin-top: -130px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>bonvoyagers on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717435</link>
			<pubDate>Mon, 10 Oct 2011 22:44:02 +0000</pubDate>
			<dc:creator>bonvoyagers</dc:creator>
			<guid isPermaLink="false">717435@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's great, thank you.</p>
<p>Is it also possible to bring the page headings on the scrap paper closer to the header?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717322</link>
			<pubDate>Mon, 10 Oct 2011 20:52:34 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">717322@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, that can be easily done with the following. It aligns the title text in the top widget with the title in the content area.</p>
<pre><code>#secondary {
margin-top: 60px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>bonvoyagers on "can I reposition the sidebar in the Matala theme with CSS?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-reposition-the-sidebar-in-the-matala-theme-with-css#post-717242</link>
			<pubDate>Mon, 10 Oct 2011 19:36:38 +0000</pubDate>
			<dc:creator>bonvoyagers</dc:creator>
			<guid isPermaLink="false">717242@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the Matala theme and have recently purchased the custom upgrade. I was hoping to be able to move the sidebar up so it is in line with the page headings (where is says 'welcome', 'blogs', etc), is this possible and how?</p>
<p>I would also like to be able to make the heading and article a little closer to the page headings if possible?</p>
<p>Thanks in advance!
</p>
]]></description>
					</item>

	</channel>
</rss>
