<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: media queries - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/media-queries</link>
		<description>Support Forum - Tag: media queries - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 11:57:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/media-queries" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "iPhone 3 &#38; 4 screen resolution"</title>
			<link>http://www.kriesi.at/support/topic/iphone-3-4-screen-resolution#post-94924</link>
			<pubDate>Mon, 04 Feb 2013 07:10:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">94924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Tbh I'm not sure if responsinator renders the website properly . However you can try to hide the info bar on small devices with following code - add it to css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 959px) {
.info_text_header{ display: none !important; }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Simon on "iPhone 3 &#38; 4 screen resolution"</title>
			<link>http://www.kriesi.at/support/topic/iphone-3-4-screen-resolution#post-94667</link>
			<pubDate>Sat, 02 Feb 2013 11:22:40 +0000</pubDate>
			<dc:creator>Simon</dc:creator>
			<guid isPermaLink="false">94667@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i've been wondering about custom_home_mobile.css coz' i've been modifying these and testing it through &#60;a href=&#34;http://www.responsinator.com&#34; rel=&#34;nofollow&#34;&#62;http://www.responsinator.com&#60;/a&#62; and yet, nothing happened, still the problem is there.. The tel. no. and also the &#34;search text area&#34; is covering the logo.. i'll give you the direct link.. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.responsinator.com/?url=makewordpressfast.com%2Fivlv2&#34; rel=&#34;nofollow&#34;&#62;http://www.responsinator.com/?url=makewordpressfast.com%2Fivlv2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "media queries in Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/media-queries-in-propulsion#post-78972</link>
			<pubDate>Mon, 08 Oct 2012 14:38:49 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">78972@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's brilliant!  Thanks so much.  susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "media queries in Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/media-queries-in-propulsion#post-77282</link>
			<pubDate>Tue, 25 Sep 2012 16:20:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">77282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 959px) and (min-width: 768px) {
  #top .widget_product_categories ul li a {font-size: 16px;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The size you were trying to use already makes the sidebar drop below the main content/shop area so no need to modify its size. The above however is the size used just before then.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "media queries in Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/media-queries-in-propulsion#post-77106</link>
			<pubDate>Mon, 24 Sep 2012 11:28:19 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">77106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, here is a link to the site&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://s154267.gridserver.com/&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;grateful for any advice you can offer as there are quite a few media query customisations I need to make...&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "media queries in Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/media-queries-in-propulsion#post-76574</link>
			<pubDate>Wed, 19 Sep 2012 15:47:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Susan,&#60;/p&#62;
&#60;p&#62;There might be some funkiness happening with the the overuse of !important but I can't say for sure without taking a look. If you have a link where we can see it live we might be able to help figure it out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "media queries in Propulsion"</title>
			<link>http://www.kriesi.at/support/topic/media-queries-in-propulsion#post-76211</link>
			<pubDate>Mon, 17 Sep 2012 13:04:27 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">76211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I'm trying to use media queries to change a few things on my site layout.  The first one should have been easy but I can't seem to make it work.  Basically I want  to reduce the font size of my category menu.  I have followed the instructions given in previous posts but can't get it to work.  &#60;/p&#62;
&#60;p&#62;The custom styling for my category menu (that you guys helped me, so thanks!) is this:&#60;br /&#62;
#top .widget_product_categories ul{overflow: hidden;padding:0;margin:0;}&#60;br /&#62;
.widget_product_categories li{font-family: Arial !important; font-size: 20px; font-weight: bold; padding:10px 1px !important; colour:#999999;}&#60;br /&#62;
.widget_product_categories li a {padding: 20px 20px 20px  0px !important; background: none !important;}&#60;br /&#62;
.widget_product_categories .children li{padding: 2px 0px 12px 0px;}&#60;br /&#62;
.widget_product_categories li a{font-size: 20px;font-style: normal; padding-bottom: 20px;}&#60;/p&#62;
&#60;p&#62;li.current-cat a {color: #cc9999 !important;}&#60;/p&#62;
&#60;p&#62;I just want to change the font down to 16px.  So in  my custom style sheet I did this:&#60;/p&#62;
&#60;p&#62;/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */&#60;/p&#62;
&#60;p&#62;@media only screen and (min-width: 480px) and (max-width: 767px) {&#60;/p&#62;
&#60;p&#62;.widget_product_categories li{ font-size: 16px! important;}&#60;br /&#62;
.widget_product_categories li a{font-size: 16px !important;}&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;but it  made no difference at all.  &#60;/p&#62;
&#60;p&#62;Can you help me figure out what I am doing wrong?&#60;/p&#62;
&#60;p&#62;Many thanks!&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
