<?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: &quot;Fresh and Clean&quot; Header Customization</title>
		<link>http://en.forums.wordpress.com/topic/fresh-and-clean-header-customization</link>
		<description>WordPress.com Forums &#187; Topic: &quot;Fresh and Clean&quot; Header Customization</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 10:14:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/fresh-and-clean-header-customization" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "&quot;Fresh and Clean&quot; Header Customization"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-header-customization#post-882534</link>
			<pubDate>Wed, 09 May 2012 17:17:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">882534@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, and so it is something you can change. The only caveat in this case is that the "background-size" property is CSS3 and so it's not supported in all older browsers. Here is an example that will work in all up-to-date browsers:</p>
<pre><code>#branding {
	background-size: contain;
	background-position: center;
}
@media (max-width: 650px) {
	#branding, .header-link {
		min-height: 80px;
	}
}
@media (max-width: 480px) {
	#branding, .header-link {
		min-height: 60px;
	}
}</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>snehtaadmin on "&quot;Fresh and Clean&quot; Header Customization"</title>
			<link>http://en.forums.wordpress.com/topic/fresh-and-clean-header-customization#post-877212</link>
			<pubDate>Wed, 02 May 2012 15:53:53 +0000</pubDate>
			<dc:creator>snehtaadmin</dc:creator>
			<guid isPermaLink="false">877212@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In the process of customizing template and noticed an issue...</p>
<p>I have looked over the template css file, forums and google without any lead on how to be able to customize the size of the header image within the "Fresh and Clean" template. Is this something hard coded in the template? The area of concern is with mobile devices, more importantly the ipad. The header border appears to be responsive and scales but the image does not becoming cut off and looking funny. </p>
<p>Is there a css selector available to be able to control or adjust this? </p>
<p>Thanks in advance...
</p>
]]></description>
					</item>

	</channel>
</rss>
