<?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: how to remove the background</title>
		<link>http://en.forums.wordpress.com/topic/how-to-remove-the-background</link>
		<description>WordPress.com Forums &#187; Topic: how to remove the background</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 20:34:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-remove-the-background" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "how to remove the background"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-the-background#post-1020861</link>
			<pubDate>Mon, 24 Sep 2012 19:30:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1020861@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>After pasting the default css of the theme and finding the "layout section" I tried to change the values for the margins.</p></blockquote>
<p>You shouldn't copy and paste the entire original stylesheet unless you really know what you're doing and you select the appropriate option in the CSS Settings section. If you're not sure what to do, you probably want the "Add my CSS" option in the settings and then you'll want to *just* copy and paste the elements you want to change and not the entire stylesheet.</p>
<blockquote><p>I can I remove the margins completely and make the website look decent without sidebar?</p></blockquote>
<p>Here's some CSS to start with—it will hide the sidebar in the Quintus theme and expand the primary/content area to fit. The last part (#main) adjusts the margins, you can adjust those numbers to your liking.</p>
<pre><code>#main .widget-area {
	display: none;
}

#primary,
#content {
	margin: 0;
}

#main {
	padding: 0 40px;
}</code></pre>
<p>For the padding, if there are two numbers listed (like in the example above), the first number is the top and bottom padding and the second number is the left and right padding.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "how to remove the background"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-the-background#post-1002540</link>
			<pubDate>Sat, 08 Sep 2012 17:03:09 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1002540@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@vjlenin<br />
 That's not helpful because<br />
Blogger and WordPress run on different software;<br />
 all CSS editing here is theme specific;<br />
and we cannot use style sheets from any other themes. </p>
<p>@msassone<br />
The upgrade comes with Staff support. Please be patient while waiting to get help with your CSS editing.
</p>
]]></description>
					</item>
		<item>
			<title>vjlenin on "how to remove the background"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-the-background#post-1002535</link>
			<pubDate>Sat, 08 Sep 2012 16:55:47 +0000</pubDate>
			<dc:creator>vjlenin</dc:creator>
			<guid isPermaLink="false">1002535@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here's <a href="http://www.bluebugle.org/2012/09/blogger-external-css-stylesheet.html">how you can add css styles to blogger blogs</a>, may be this will help.
</p>
]]></description>
					</item>
		<item>
			<title>msassone on "how to remove the background"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-the-background#post-999983</link>
			<pubDate>Thu, 06 Sep 2012 09:13:00 +0000</pubDate>
			<dc:creator>msassone</dc:creator>
			<guid isPermaLink="false">999983@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using the Quintus theme and playing with CSS for the first time. After pasting the default css of the theme and finding the "layout section" I tried to change the values for the margins. Unfortunately, all I accomplished is to remove the top and left margins while getting bottom and right ones larger.<br />
I can I remove the margins completely and make the website look decent without sidebar?</p>
<p>Thank you very much
</p>
]]></description>
					</item>

	</channel>
</rss>
