<?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: Disable Widgets In Mobile Version</title>
		<link>http://en.forums.wordpress.com/topic/disable-widgets-in-mobile-version-1</link>
		<description>WordPress.com Forums &#187; Topic: Disable Widgets In Mobile Version</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 09:02:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/disable-widgets-in-mobile-version-1" rel="self" type="application/rss+xml" />

		<item>
			<title>stuartdelony on "Disable Widgets In Mobile Version"</title>
			<link>http://en.forums.wordpress.com/topic/disable-widgets-in-mobile-version-1#post-1061835</link>
			<pubDate>Tue, 06 Nov 2012 02:59:14 +0000</pubDate>
			<dc:creator>stuartdelony</dc:creator>
			<guid isPermaLink="false">1061835@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much!
</p>
]]></description>
					</item>
		<item>
			<title>iamtakashi on "Disable Widgets In Mobile Version"</title>
			<link>http://en.forums.wordpress.com/topic/disable-widgets-in-mobile-version-1#post-1061824</link>
			<pubDate>Tue, 06 Nov 2012 02:28:54 +0000</pubDate>
			<dc:creator>iamtakashi</dc:creator>
			<guid isPermaLink="false">1061824@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@stuartdelony,</p>
<p>You are using the mobile theme and you won't be able to modify the CSS even with <a href="http://en.support.wordpress.com/custom-design/">Custom Design</a> upgrade.</p>
<p>The main theme, Oxygen is optimized for small screen devices and you are abe to modify the CSS with the upgrade.</p>
<p>You can disable the mobile theme by going Appearance -&#62; Mobile. Once you disabled the mobile theme and subscribed the upgrade,  you can hide widgets with CSS media queries.</p>
<p>This is just an example and you will need to adjust the query to target devices you want to hide widgets for.</p>
<p><code>@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {&lt;br /&gt;
	#secondary,&lt;br /&gt;
	#tertiary {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
}</code></p>
<p>There are lots of info about media queries on the Web and here are some of them.<br />
<a href="http://www.w3.org/TR/css3-mediaqueries/" rel="nofollow">http://www.w3.org/TR/css3-mediaqueries/</a><br />
<a href="http://webdesignerwall.com/tutorials/css3-media-queries" rel="nofollow">http://webdesignerwall.com/tutorials/css3-media-queries</a></p>
<p>Hope it helps.
</p>
]]></description>
					</item>
		<item>
			<title>stuartdelony on "Disable Widgets In Mobile Version"</title>
			<link>http://en.forums.wordpress.com/topic/disable-widgets-in-mobile-version-1#post-1058814</link>
			<pubDate>Fri, 02 Nov 2012 22:33:06 +0000</pubDate>
			<dc:creator>stuartdelony</dc:creator>
			<guid isPermaLink="false">1058814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way (through CSS or otherwise) to disable widgets in the mobile version of your website?</p>
<p>Thanks!</p>
<p>The blog I need help with is <a href="http://www.lumenchurch.com" rel="nofollow">http://www.lumenchurch.com</a> </p>
<p>(main theme:Oxygen)
</p>
]]></description>
					</item>

	</channel>
</rss>
