<?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: Header on Ipad/Mobile</title>
		<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile</link>
		<description>WordPress.com Forums &#187; Topic: Header on Ipad/Mobile</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 15:21:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/header-on-ipadmobile" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Header on Ipad/Mobile"</title>
			<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile#post-1051229</link>
			<pubDate>Thu, 25 Oct 2012 19:13:40 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051229@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>now the header is off to the left on the ipad</p></blockquote>
<p>Adding this will probably do the trick when it comes to centering the background header image on an iPad:</p>
<pre><code>.site-header .site-title-wrap {
	background-position: top center;
}</code></pre>
<p>Note that  you may need to fidget with the numbers/settings until it looks right to you. I noticed header font looked too big on an iPhone, so here is the whole CSS edit with a few more adjustments added that you can play around with:</p>
<pre><code>@media only screen and (max-width: 920px){
	.site-header .site-title-wrap {
		background-size: contain;
		height:inherit;
	}
}

@media only screen and (max-width: 480px){
	.site-header .site-title-wrap h1 {
		height: 70px;
	}
	.site-title-wrap h1 a {
		display: block;
		line-height: 70px;
		font-size: 32px !important;
		font-weight: bold !important;
	}
}

.site-header .site-title-wrap {
	background-position: top center;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Header on Ipad/Mobile"</title>
			<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile#post-1051226</link>
			<pubDate>Thu, 25 Oct 2012 19:11:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051226@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>If I select the CCS tab under "custom design" I get a blank code page. do I enter it there and then select "save style page?"</p></blockquote>
<p>That shouldn't happen, but I see later that you mentioned using an iPad and there was a bug for iPad CSS editor previews that was fix. The update probably went in during your testing before. Let me know if you have any troubles with that going forward.
</p>
]]></description>
					</item>
		<item>
			<title>bmarcogliese on "Header on Ipad/Mobile"</title>
			<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile#post-1040800</link>
			<pubDate>Mon, 15 Oct 2012 13:30:53 +0000</pubDate>
			<dc:creator>bmarcogliese</dc:creator>
			<guid isPermaLink="false">1040800@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ok, so i read through the CSS customization tutorial, copied this into the style sheet, saved and now the header is off to the left on the ipad(?)  anything else i can try?  thank you :-)
</p>
]]></description>
					</item>
		<item>
			<title>bmarcogliese on "Header on Ipad/Mobile"</title>
			<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile#post-1040736</link>
			<pubDate>Mon, 15 Oct 2012 12:59:07 +0000</pubDate>
			<dc:creator>bmarcogliese</dc:creator>
			<guid isPermaLink="false">1040736@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>cannot thank you enough for your help!  here is the problem...i'm not quite sure where to add this code.  If I select the CCS tab under "custom design" I get a blank code page.  do I enter it there and then select "save style page?"  </p>
<p>confused as to where to access the theme code so that I may revise per your recommendations.  Again, thank you, thank you for your reply!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Header on Ipad/Mobile"</title>
			<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile#post-1039217</link>
			<pubDate>Sat, 13 Oct 2012 16:33:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039217@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This might be better:</p>
<pre><code>@media only screen and (max-width: 920px) {
	.site-header .site-title-wrap {
		background-size: contain;
		height: inherit;
	}
}

@media only screen and (max-width: 480px) {
	.site-header .site-title-wrap h1 {
		line-height: 60px;
	}
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Header on Ipad/Mobile"</title>
			<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile#post-1039168</link>
			<pubDate>Sat, 13 Oct 2012 15:10:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039168@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I reviewed <a href="http://brookes-nook.com/" rel="nofollow">http://brookes-nook.com/</a> on an iPhone and an iPad, and I see what you mean about the header but the rest of the site formatting looks good to me.</p>
<p>Try adding this to make the header fit a bit nicer, and let me know if it looks good.</p>
<pre><code>.site-header .site-title-wrap {
	background-size: contain;
}</code></pre>
<p>It's possible we'd need to add some additional rules to make the height fit better too.
</p>
]]></description>
					</item>
		<item>
			<title>bmarcogliese on "Header on Ipad/Mobile"</title>
			<link>http://en.forums.wordpress.com/topic/header-on-ipadmobile#post-1036789</link>
			<pubDate>Wed, 10 Oct 2012 21:19:57 +0000</pubDate>
			<dc:creator>bmarcogliese</dc:creator>
			<guid isPermaLink="false">1036789@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The formatting of my header (and for my site in general) is not proper when viewed from an iphone, and especially from an ipad.  This is not great considering a majority of people now access the internet through those two forms.  I've tried reading a gazillion articles on how to fix, but am hoping someone can guide me through.  Thanks in advance to anyone bored enough, or angelic enough, to help!</p>
<p>Assistance would be GREATLY appreciated.</p>
<p>Theme: Just Desserts.
</p>
]]></description>
					</item>

	</channel>
</rss>
