<?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: Background image resizes along with browser</title>
		<link>http://en.forums.wordpress.com/topic/background-image-resizes-along-with-browser</link>
		<description>WordPress.com Forums &#187; Topic: Background image resizes along with browser</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 21:45:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/background-image-resizes-along-with-browser" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Background image resizes along with browser"</title>
			<link>http://en.forums.wordpress.com/topic/background-image-resizes-along-with-browser#post-1088547</link>
			<pubDate>Thu, 06 Dec 2012 19:33:48 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088547@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here are some guides and examples about media queries if you're interested:</p>
<p><a href="http://www.binvisions.com/tutorials/css3-media-query-tutorial-introduction/" rel="nofollow">http://www.binvisions.com/tutorials/css3-media-query-tutorial-introduction/</a></p>
<p><a href="http://www.maxdesign.com.au/articles/css3-media-queries/media-sample/" rel="nofollow">http://www.maxdesign.com.au/articles/css3-media-queries/media-sample/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Background image resizes along with browser"</title>
			<link>http://en.forums.wordpress.com/topic/background-image-resizes-along-with-browser#post-1088537</link>
			<pubDate>Thu, 06 Dec 2012 19:30:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088537@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Twenty Eleven theme is responsive, so it has slightly different CSS for different screen sizes based on break points (i.e. 800px, 650px, etc.). They are added using media queries (which start with @media in the CSS). You can see them near the bottom of the stylesheet if you look at the one for Twenty Eleven. Here is a link:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/twentyeleven/style.css?m=1354677609g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/twentyeleven/style.css?m=1354677609g&#038;minify=false</a></p>
<p>So, if you wanted to target a smaller screen size, you may need to add a new @media rule with the background image rule you want inside it. Here's a basic example:</p>
<pre><code>@media (max-width: 650px) {
    p {
        color: red;
    }
    [ put your CSS rules here ]
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ilivebytheriverblog on "Background image resizes along with browser"</title>
			<link>http://en.forums.wordpress.com/topic/background-image-resizes-along-with-browser#post-1067806</link>
			<pubDate>Tue, 13 Nov 2012 11:24:12 +0000</pubDate>
			<dc:creator>ilivebytheriverblog</dc:creator>
			<guid isPermaLink="false">1067806@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have been trying to get <a href="http://ilivebytheriverblog.wordpress.com" rel="nofollow">http://ilivebytheriverblog.wordpress.com</a> to look the way I want but one thing is bugging me: when I resize the browser window or zoom in and out, the background image changes with respect to the main body of the blog. It also looks different in other browsers (I use Firefox) and doesn't look right on tablets etc.</p>
<p>At the moment I haven't paid to have access to the CSS sheets, although I have a very basic idea of CSS and have used it to do a few other minor things to the site etc.</p>
<p>Is there something I can do?
</p>
]]></description>
					</item>

	</channel>
</rss>
