<?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: CSS changes to Adventure Journal Theme</title>
		<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme</link>
		<description>WordPress.com Forums &#187; Topic: CSS changes to Adventure Journal Theme</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 23:25:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/css-changes-to-adventure-journal-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>travelbarefoot on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-866109</link>
			<pubDate>Tue, 17 Apr 2012 11:35:07 +0000</pubDate>
			<dc:creator>travelbarefoot</dc:creator>
			<guid isPermaLink="false">866109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>all done, thankyou!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865498</link>
			<pubDate>Mon, 16 Apr 2012 14:00:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865498@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. Bringing the widgets closer together so that there isn't all that dead white space between them.</p></blockquote>
<p>To remove spacing from between widgets in the Adventure Journal theme, start wtih this:</p>
<pre><code>#secondary .widget, #tertiary .widget {
min-height: auto;
padding-bottom: 0;
margin-bottom: 0;
}</code></pre>
<p>Adjust the numbers as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865496</link>
			<pubDate>Mon, 16 Apr 2012 13:59:10 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865496@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. Move the menu to below the header image and put my own background on it (removing the "paper" effect)</p></blockquote>
<p>How to do the spacing for a request like this will depend on how large the background image is that you want to put behind the menu. To get you started, here is an  example of CSS that will move the menu down below the header image with no background image:</p>
<pre><code>#menu-wrap,
#menu,
#nav-right {
    background: none;
}

#container2 {
position: relative;
}

#menu {
display: block;

position: absolute;
top: 390px;
left: 0;
}

#banner {
padding-bottom: 20px;
}</code></pre>
<p>To go from there, add in the background image to either #menu-wrap or #menu and then adjust the spacing and positioning as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865486</link>
			<pubDate>Mon, 16 Apr 2012 13:47:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865486@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wait a sec, I was looking at the site linked to your username which is <a href="http://barefootink.wordpress.com/" rel="nofollow">http://barefootink.wordpress.com/</a> and that's not using Adventure Journal, it's using Structure.</p>
<p>Looks like you're asking about <a href="http://inkedincolour.wordpress.com/" rel="nofollow">http://inkedincolour.wordpress.com/</a></p>
<p>Adventure Journal doesn't have the option I mentioned before, but you can use CSS to hide the entire site title and tagline area like this:</p>
<pre><code>#logo {
    display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865485</link>
			<pubDate>Mon, 16 Apr 2012 13:44:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">865485@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1. Get rid of that title! How do I do it?</p></blockquote>
<p>Go to Appearance &#8594; Header and uncheck the option that says, "Show header text with your image."
</p>
]]></description>
					</item>
		<item>
			<title>travelbarefoot on "CSS changes to Adventure Journal Theme"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-adventure-journal-theme#post-865481</link>
			<pubDate>Mon, 16 Apr 2012 13:41:17 +0000</pubDate>
			<dc:creator>travelbarefoot</dc:creator>
			<guid isPermaLink="false">865481@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, </p>
<p>New to CSS and in real need of a bit of guidance - thanks in advance for your help!</p>
<p>1. Get rid of that title! How do I do it?<br />
2. Move the menu to below the header image and put my own background on it (removing the "paper" effect)<br />
3. Bringing the widgets closer together so that there isn't all that dead white space between them.</p>
<p>I look forward to your reply!!
</p>
]]></description>
					</item>

	</channel>
</rss>
