<?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: My header looks cut off on iPhone, can I fix this?</title>
		<link>http://en.forums.wordpress.com/topic/my-header-looks-cut-off-on-iphone-can-i-fix-this</link>
		<description>WordPress.com Forums &#187; Topic: My header looks cut off on iPhone, can I fix this?</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 07:27:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/my-header-looks-cut-off-on-iphone-can-i-fix-this" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "My header looks cut off on iPhone, can I fix this?"</title>
			<link>http://en.forums.wordpress.com/topic/my-header-looks-cut-off-on-iphone-can-i-fix-this#post-897143</link>
			<pubDate>Mon, 28 May 2012 23:34:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">897143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The header image in the Fresh and Clean theme is setup using the CSS "background" property. You can adjust it using the "background-size" property, but it's CSS3 and so it's not supported in all older browsers. You can use mediaqueries to adjust the height at  a couple major break points. Here is an example that will work in all up-to-date browsers:</p>
<pre><code>#branding {
	background-color: #2f2f32;
	background-size: contain;
	background-position: center;
}
@media (max-width: 650px) {
	#branding, .header-link {
		min-height: 216px;
	}
}
@media (max-width: 480px) {
	#branding, .header-link {
		min-height: 160px;
	}
}</code></pre>
<p>See this table for browser compatibility info:<br />
<a href="http://caniuse.com/background-img-opts" rel="nofollow">http://caniuse.com/background-img-opts</a>
</p>
]]></description>
					</item>
		<item>
			<title>girleatsgreen on "My header looks cut off on iPhone, can I fix this?"</title>
			<link>http://en.forums.wordpress.com/topic/my-header-looks-cut-off-on-iphone-can-i-fix-this#post-893631</link>
			<pubDate>Thu, 24 May 2012 18:23:00 +0000</pubDate>
			<dc:creator>girleatsgreen</dc:creator>
			<guid isPermaLink="false">893631@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just changed the header image size on my blog <a href="http://eatmoregreenfood.com/" rel="nofollow">http://eatmoregreenfood.com/</a> (Fresh and Clean theme) but now my header is cut off when I look at my blog using my iPhone.  Is there a way to fix this?  Any help is appreciated!
</p>
]]></description>
					</item>

	</channel>
</rss>
