<?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: CHUNK theme - content box colour / background image</title>
		<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image</link>
		<description>WordPress.com Forums &#187; Topic: CHUNK theme - content box colour / background image</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 06:03:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/chunk-theme-content-box-colour-background-image" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-952143</link>
			<pubDate>Sun, 22 Jul 2012 00:35:02 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">952143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>alytheevil on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-952140</link>
			<pubDate>Sun, 22 Jul 2012 00:31:29 +0000</pubDate>
			<dc:creator>alytheevil</dc:creator>
			<guid isPermaLink="false">952140@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks again, it looks great! </p>
<p>I will be sure to keep fiddling with it to get some more practise! </p>
<p>Thankyou!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-951881</link>
			<pubDate>Sat, 21 Jul 2012 18:46:18 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">951881@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>&#60;grin&#62; It would have only been one post by me if I hadn't forgotten the colon.</p>
<p>This works, but it might blow up if you change or add any other widgets to your bottom widget area. Typically you would use position absolute, but that doesn't work and the copyright disappears.</p>
<pre><code>#text-2 {
position: relative !important;
text-align: center;
width: 800px !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>alytheevil on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-951522</link>
			<pubDate>Sat, 21 Jul 2012 11:29:29 +0000</pubDate>
			<dc:creator>alytheevil</dc:creator>
			<guid isPermaLink="false">951522@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh my gosh, I can’t believe that just worked. I have been fiddling with this code for days with no CSS knowledge and you fixed it in two posts. Haha, thanks! </p>
<p>One more question. Do you have any idea how I can make my ‘copyright’ text run along the bottom of the page, centre aligned? Rather than vertical/center as it is now? And is it possible to place the other widgets (twitter, archives, subscribe) on the left of my blogs, or will they always be positioned at the bottom?</p>
<p>Thanks in advance!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-951277</link>
			<pubDate>Sat, 21 Jul 2012 01:46:55 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">951277@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, I messed up the code I posted above (missing colon). Use this instead.</p>
<pre><code>#container {
background: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>alytheevil on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-951176</link>
			<pubDate>Fri, 20 Jul 2012 23:26:55 +0000</pubDate>
			<dc:creator>alytheevil</dc:creator>
			<guid isPermaLink="false">951176@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your reply. </p>
<p>I tried this and nothing changes at all. Everything I have been trying doesnt seem to change anything though. </p>
<p>The content area only seemed to go white when I upgraded to be able to customise the design. </p>
<p>Its very annoying, especially when I have no CSS experience. </p>
<p>You wouldn’t happen to have any other ideas? Would LOVE to get this fixed up.</p>
<p>Thanks :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-951107</link>
			<pubDate>Fri, 20 Jul 2012 22:29:27 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">951107@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will do it, but the problem you are going to run into is when someone has a narrower monitor, or have their browser set so that the background image is encroaching on the content area, some of the content is going to become unreadable. Give the following a try and narrow and widen your browser window to see what happens.</p>
<pre><code>#container {
background none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>alytheevil on "CHUNK theme - content box colour / background image"</title>
			<link>http://en.forums.wordpress.com/topic/chunk-theme-content-box-colour-background-image#post-950455</link>
			<pubDate>Fri, 20 Jul 2012 13:11:26 +0000</pubDate>
			<dc:creator>alytheevil</dc:creator>
			<guid isPermaLink="false">950455@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have been trying different CSS and looking not he net for hours and I can’t find any resolution. </p>
<p>Hoping someone can tell me how to make the content box on my page transparent - I have already created this clear colour in dashboard, as well as the image uploaded obviously.</p>
<p>Otherwise - is there any way I can move the content box to the left. </p>
<p>Essentially I need my background image fully visible. </p>
<p>Thanks</p>
<p><a href="http://www.alytheevil.wordpress.com" rel="nofollow">http://www.alytheevil.wordpress.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
