<?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: Colour change for two column view</title>
		<link>http://en.forums.wordpress.com/topic/colour-change-for-two-column-view</link>
		<description>WordPress.com Forums &#187; Topic: Colour change for two column view</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 20:52:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/colour-change-for-two-column-view" rel="self" type="application/rss+xml" />

		<item>
			<title>maggietaylor1957 on "Colour change for two column view"</title>
			<link>http://en.forums.wordpress.com/topic/colour-change-for-two-column-view#post-1109823</link>
			<pubDate>Wed, 02 Jan 2013 08:35:40 +0000</pubDate>
			<dc:creator>maggietaylor1957</dc:creator>
			<guid isPermaLink="false">1109823@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you very much.  That has worked perfectly.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Colour change for two column view"</title>
			<link>http://en.forums.wordpress.com/topic/colour-change-for-two-column-view#post-1108789</link>
			<pubDate>Tue, 01 Jan 2013 14:55:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1108789@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>However, my site is still resizing up and down if you reduce or expand the browser width, but that's not a problem as it looks OK</p></blockquote>
<p>This is expected—it's how the theme was designed to work.</p>
<blockquote><p>my problem is when you view it at a narrow screen width, e.g. ipad size, at which point the second column moves to flow beneath the first column and converts to a black background - presumably to make the distinction of the second column</p></blockquote>
<p>Take a look at the @media rule for the 900 px max width here:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/reddle/style.css?m=1356723415g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/reddle/style.css?m=1356723415g&#038;minify=false</a></p>
<p>You'll notice there are a few rules that set the background color to black. To override those, copy the @media block, remove everything but the rules for the colors, and replace the color values. Here is an example to get you started:</p>
<pre><code>@media (max-width: 900px) {
	#page #main .widget-area {
		background: #fff;
		color: #000;
	}
	#wp-calendar caption {
		color: #bbb;
	}
	#wp-calendar tbody td {
		background: #fff;
		border-color: #fff;
		color: #bbb;
	}
	#colophon,
	#supplementary {
		background: #fff;
		border-color: #fff;
		color: #000;
	}
	#page #supplementary .widget-area {
		background: #fff;
		color: #000;
	}
}</code></pre>
]]></description>
					</item>
		<item>
			<title>maggietaylor1957 on "Colour change for two column view"</title>
			<link>http://en.forums.wordpress.com/topic/colour-change-for-two-column-view#post-1098994</link>
			<pubDate>Wed, 19 Dec 2012 15:59:48 +0000</pubDate>
			<dc:creator>maggietaylor1957</dc:creator>
			<guid isPermaLink="false">1098994@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using Reddle which has a liquid format, which is apparently  overridden if you have custom header and/or two column layout (I have both) to create fixed column width.  However, my site is still  resizing up and down if you reduce or expand the browser width, but that's not a problem as it looks OK,  but my problem is when you view it at a narrow screen width, e.g. ipad size, at which point the second column moves to flow beneath the first column and converts to a black background - presumably to make the distinction of the second column.  I don't like the look of this, as it doesn't match the navy custom colour scheme I've adopted and is in use on the milestone widget.  Can someone please tell me if this can be overcome in the css and if so give me a push in the right direction. css is new to me, so very trial and error and I don't really know where to start on this one. All input much appreciated.
</p>
]]></description>
					</item>

	</channel>
</rss>
