<?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: Too much space</title>
		<link>http://en.forums.wordpress.com/topic/too-much-space</link>
		<description>WordPress.com Forums &#187; Topic: Too much space</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 11:59:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/too-much-space" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Too much space"</title>
			<link>http://en.forums.wordpress.com/topic/too-much-space#post-897184</link>
			<pubDate>Tue, 29 May 2012 00:20:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">897184@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Adventure Journal theme uses the following background image for the main content area. The image has the shadows build into it:</p>
<p><a href="http://s2.wp.com/wp-content/themes/pub/adventure-journal/images/mp-sprite-content-bg.png" rel="nofollow">http://s2.wp.com/wp-content/themes/pub/adventure-journal/images/mp-sprite-content-bg.png</a></p>
<p>What you could do is download that image, create a new image without shadows on the side, upload the new image to your <a href="http://en.support.wordpress.com/images/#upload-images-from-your-computer">media library</a>, and use CSS to replace the image like this:</p>
<pre><code>#wrapper-content {
	background: url(YOUR_IMAGE_URL) 3px 0 repeat-y;
}</code></pre>
<p>Replace YOUR_IMAGE_URL with the link to your image.</p>
<p>An alternative would be to set the background to a solid color instead like this:</p>
<pre><code>#wrapper-content,
#wrapper-top {
	background: #fcf5f5;
}
#page-curl {
	display: none;
}</code></pre>
<p>Adjust the <a href="http://en.wikipedia.org/wiki/Web_colors">color code</a> as necessary.</p>
<p>You could add interest to a solid color background by making the border radius for the top left and right different:</p>
<pre><code>#wrapper-top {
	padding-top: 8px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>voyageindesign on "Too much space"</title>
			<link>http://en.forums.wordpress.com/topic/too-much-space#post-895503</link>
			<pubDate>Sun, 27 May 2012 04:41:59 +0000</pubDate>
			<dc:creator>voyageindesign</dc:creator>
			<guid isPermaLink="false">895503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I also have a question about this theme. I want to know if it is possible to remove the shadow on the sides of the theme. </p>
<p>Would you be able to help?</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Too much space"</title>
			<link>http://en.forums.wordpress.com/topic/too-much-space#post-887266</link>
			<pubDate>Tue, 15 May 2012 23:06:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">887266@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>:)
</p>
]]></description>
					</item>
		<item>
			<title>ariannasrandomthoughts on "Too much space"</title>
			<link>http://en.forums.wordpress.com/topic/too-much-space#post-887236</link>
			<pubDate>Tue, 15 May 2012 22:36:13 +0000</pubDate>
			<dc:creator>ariannasrandomthoughts</dc:creator>
			<guid isPermaLink="false">887236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your awesome support again @designsimply! You really are a happiness engineer :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Too much space"</title>
			<link>http://en.forums.wordpress.com/topic/too-much-space#post-886814</link>
			<pubDate>Tue, 15 May 2012 14:06:04 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">886814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Also how can I widen the text area so that there is less image space on the side.</p></blockquote>
<p>One possible way to do this would be to widen the main content area on your current home page from 690px to 710px like this:</p>
<pre><code>.col-2-left #main-content {
	width: 710px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Too much space"</title>
			<link>http://en.forums.wordpress.com/topic/too-much-space#post-886813</link>
			<pubDate>Tue, 15 May 2012 14:03:40 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">886813@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How do I make sure that my header image is directly at the top of the page?</p></blockquote>
<p>To adjust the spacing at the top of the Adventure Journal theme, you can change the top margin of "#container" like this:</p>
<pre><code>#container {
	margin-top: 25px;
}</code></pre>
<p>Adjust the 25px number as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>ariannasrandomthoughts on "Too much space"</title>
			<link>http://en.forums.wordpress.com/topic/too-much-space#post-884680</link>
			<pubDate>Fri, 11 May 2012 23:05:30 +0000</pubDate>
			<dc:creator>ariannasrandomthoughts</dc:creator>
			<guid isPermaLink="false">884680@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm using Adventure Journal and I find there is too much extra space.  How do I make sure that my header image is directly at the top of the page? Also how can I widen the text area so that there is less image space on the side. </p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
