<?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: Customized great on computer - iPad jumbled</title>
		<link>http://en.forums.wordpress.com/topic/customized-great-on-computer-ipad-jumbled</link>
		<description>WordPress.com Forums &#187; Topic: Customized great on computer - iPad jumbled</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 00:09:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/customized-great-on-computer-ipad-jumbled" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Customized great on computer - iPad jumbled"</title>
			<link>http://en.forums.wordpress.com/topic/customized-great-on-computer-ipad-jumbled#post-1039034</link>
			<pubDate>Sat, 13 Oct 2012 12:40:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039034@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would recommend looking at the theme's original stylesheet to see how the theme author's have targeted different devices (if the theme has a responsive design, there will be @media rules for them) and follow that model.</p>
<p>In the Twenty Twelve CSS here:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/twentytwelve/style.css?m=1350058072g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/twentytwelve/style.css?m=1350058072g&#038;minify=false</a></p>
<p>You can see that there is an @media rule for large screen sizes at the bottom. Here is what the rule looks like:</p>
<pre><code>@media screen and (min-width: 960px) {
    /* a bunch of other CSS */
}</code></pre>
<p>Looking in the custom CSS you applied, I found an example of some CSS that doesn't make sense for an iPad:</p>
<pre><code>.main-navigation div {
	display:inline-block;
	margin:0 auto;
	margin-right:-40px;
}</code></pre>
<p>Some of that may work, but the margin-right rule seems way too big for an iPad. However, adding a bunch more CSS to target just iPads seems like doing extra work. Instead, I would recommend editing the custom CSS you already added by wrapping it in the @media rule I mentioned above. That way, you'll apply your CSS changes just to large screens and let Twenty Twelve keep its default for smaller screen sizes (it should just work). If you wanted to make tweaks to smaller screen sizes (like the iPad), you could then add in additional media queries for that.
</p>
]]></description>
					</item>
		<item>
			<title>1000wordspro on "Customized great on computer - iPad jumbled"</title>
			<link>http://en.forums.wordpress.com/topic/customized-great-on-computer-ipad-jumbled#post-1036477</link>
			<pubDate>Wed, 10 Oct 2012 18:08:01 +0000</pubDate>
			<dc:creator>1000wordspro</dc:creator>
			<guid isPermaLink="false">1036477@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm a beginner but was able CSS to get the exact look wanted. But when viewed on an iPad or iPhone the menu bar overlaps the content. Mobile version is turned off in the preferences currently, but it does not seem to make any difference. Is there a way to modify the code to have it look the same on mobile devices?</p>
<p><a href="http://cloudcapsules.wordpress.com" rel="nofollow">http://cloudcapsules.wordpress.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
