<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Text Size: PC vs. Mobile</title>
		<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Text Size: PC vs. Mobile</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:04:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/text-size-pc-vs-mobile" rel="self" type="application/rss+xml" />

		<item>
			<title>skatz on "Text Size: PC vs. Mobile"</title>
			<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile#post-11719</link>
			<pubDate>Wed, 27 Jun 2012 19:00:03 +0000</pubDate>
			<dc:creator>skatz</dc:creator>
			<guid isPermaLink="false">11719@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you very much.
</p></description>
		</item>
		<item>
			<title>ckelley on "Text Size: PC vs. Mobile"</title>
			<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile#post-11606</link>
			<pubDate>Tue, 26 Jun 2012 06:40:46 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">11606@http://www.themolitor.com/forums/</guid>
			<description><p>'</p>
<p>a {text-decoration:none; color:#5378b3;}<br />
a:hover {text-decoration:none; color: #000;}</p>
<p>p {font-size: 14px;}</p>
<p>@media only screen and (min-device-width: 320) and (max-device-width: 480px) {<br />
body {<br />
a {text-decoration:none; color:#5378b3;}<br />
a:hover {text-decoration:none; color: #000;}</p>
<p>p {font-size: 12px;}}<br />
}<br />
'</p>
<p>should do it
</p></description>
		</item>
		<item>
			<title>skatz on "Text Size: PC vs. Mobile"</title>
			<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile#post-11589</link>
			<pubDate>Mon, 25 Jun 2012 22:06:58 +0000</pubDate>
			<dc:creator>skatz</dc:creator>
			<guid isPermaLink="false">11589@http://www.themolitor.com/forums/</guid>
			<description><p>Hmm... that's not doing the trick here unless I'm doing something wrong. I'm able to change the font size of the post-text here:</p>
<p>/* -----A TAG STUFF----- */<br />
a {text-decoration:none; color:#5378b3;}<br />
a:hover {text-decoration:none; color: #000;}</p>
<p>p {font-size: 12px;}</p>
<p>But I'm finding the fonts throughout to be too small on my laptops and desktop monitors. The page numbers are a bit troubling as they are the only visual navigation within the paginated posts.  Might you consider issuing an alternate style.css that makes provision for higher res monitors?</p>
<p>Really cool theme, though... just getting up and running with it, but the 'Focus' mode is fantastic!
</p></description>
		</item>
		<item>
			<title>ckelley on "Text Size: PC vs. Mobile"</title>
			<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile#post-11172</link>
			<pubDate>Sun, 17 Jun 2012 20:13:51 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">11172@http://www.themolitor.com/forums/</guid>
			<description><p>Well not sure if this will work as I don't have an android device to test, but theoretically it should as it also runs via webkit<br />
'</p>
<p> body{<br />
	font-size: 15px;<br />
}</p>
<p>@media only screen and (min-device-width: 320) and (max-device-width: 480px) {<br />
 body {<br />
font-size:14px;<br />
}<br />
}<br />
'</p>
<p>you'll need to paste that in your style.css  the top one will be the "desktop" font size and the one in the @media will target the android device although you may have to play with the device width you can pretty much max it out at around 800 px before you start messing with desktop devices</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>JacobPurnell on "Text Size: PC vs. Mobile"</title>
			<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile#post-11124</link>
			<pubDate>Fri, 15 Jun 2012 09:38:11 +0000</pubDate>
			<dc:creator>JacobPurnell</dc:creator>
			<guid isPermaLink="false">11124@http://www.themolitor.com/forums/</guid>
			<description><p>Well I'm looking at the site with an Android device and the sizing seems fine there, but the text on PC is quite small when using a high resolution. Perhaps there is an option somewhere to scale the text to higher resolutions?
</p></description>
		</item>
		<item>
			<title>ckelley on "Text Size: PC vs. Mobile"</title>
			<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile#post-11016</link>
			<pubDate>Wed, 13 Jun 2012 07:07:52 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">11016@http://www.themolitor.com/forums/</guid>
			<description><p>Jacob,</p>
<p>what devices specifically do you want to change the font size on? you can specifically target devices(iPad and iPhone) with CSS to modify the font sizes</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>JacobPurnell on "Text Size: PC vs. Mobile"</title>
			<link>http://www.themolitor.com/forums/topic/text-size-pc-vs-mobile#post-10799</link>
			<pubDate>Thu, 07 Jun 2012 12:48:14 +0000</pubDate>
			<dc:creator>JacobPurnell</dc:creator>
			<guid isPermaLink="false">10799@http://www.themolitor.com/forums/</guid>
			<description><p>I saw a topic that addressed how to change the text size, but I was wondering if there is a way to change the text size of the regular pages independent of the mobile text size. The text size I am currently using is perfect for mobile devices, but too small for pc users and when I increase the size for pc, it makes the text size on mobiles too big. Help please!
</p></description>
		</item>

	</channel>
</rss>
