<?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 - Topic: Responsive Navigation - Regular Menu to Mobile Menu Gap</title>
		<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap</link>
		<description>Support Forum - Topic: Responsive Navigation - Regular Menu to Mobile Menu Gap</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 03:20:52 +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/topic/responsive-navigation-regular-menu-to-mobile-menu-gap" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-71471</link>
			<pubDate>Thu, 16 Aug 2012 23:32:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to use Media Queries. Put this on your custom.css&#60;/p&#62;
&#60;p&#62;/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */&#60;br /&#62;
	@media only screen and (max-width: 479px) { &#60;/p&#62;
&#60;p&#62;	 	.main_menu ul:first-child &#38;gt; li &#38;gt; a {&#60;br /&#62;
font-size: .9em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;	}&#60;/p&#62;
&#60;p&#62;Instead of 12px try using em sizes, in this case .9em. Try to adjust the size until the problem is fix.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomitos on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-71452</link>
			<pubDate>Thu, 16 Aug 2012 20:40:50 +0000</pubDate>
			<dc:creator>tomitos</dc:creator>
			<guid isPermaLink="false">71452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;the trick does not work ok. When resizing, menu would still break in two rows, It just push first row higher up.&#60;/p&#62;
&#60;p&#62;I just found WP theme with great working resizing menu function. Please try to resize your browser and you will see changing font size.&#60;br /&#62;
&#60;a href=&#34;http://www.momizat.net/theme/goodnews3/&#34; rel=&#34;nofollow&#34;&#62;http://www.momizat.net/theme/goodnews3/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what I'm looking for. Would be great if there was a simple tricj to do that. &#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Tomaz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-71137</link>
			<pubDate>Wed, 15 Aug 2012 07:04:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">71137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu{
height: auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomitos on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-70944</link>
			<pubDate>Tue, 14 Aug 2012 10:22:57 +0000</pubDate>
			<dc:creator>tomitos</dc:creator>
			<guid isPermaLink="false">70944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also:&#60;/p&#62;
&#60;p&#62;&#34;RSS feed for this topic&#34; does not work. At least for me.&#60;/p&#62;
&#60;p&#62;Tomaz
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomitos on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-70942</link>
			<pubDate>Tue, 14 Aug 2012 10:06:10 +0000</pubDate>
			<dc:creator>tomitos</dc:creator>
			<guid isPermaLink="false">70942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm facing with the same problem.&#60;br /&#62;
On my Andriod (4) tablet, last item in my memu falls down to second row (to slider). The same problem shows when I resize my browser.&#60;br /&#62;
Problem occurs when slider is resized to Mobile Portrait size, where site is still wery well visible so there is no need to activate mobile menu.&#60;/p&#62;
&#60;p&#62;Solution could be, if there is any easy way resize font for menu itmes only for the screen sizes between 480 and 767 px.&#60;/p&#62;
&#60;p&#62;I hope you could give us any advice how to do that.&#60;br /&#62;
Website: &#60;a href=&#34;http://www.rebit.si/smokva/&#34; rel=&#34;nofollow&#34;&#62;http://www.rebit.si/smokva/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
Tomaz.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-66293</link>
			<pubDate>Wed, 18 Jul 2012 06:34:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I hope it worked out? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinaabbott on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-65854</link>
			<pubDate>Mon, 16 Jul 2012 13:50:46 +0000</pubDate>
			<dc:creator>kristinaabbott</dc:creator>
			<guid isPermaLink="false">65854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, did not realize there was a reply (is there a &#34;notify me when someone replies to this thread&#34; option I'm missing?).&#60;/p&#62;
&#60;p&#62;I will try this and appreciate your follow up.&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Kristina.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-65465</link>
			<pubDate>Fri, 13 Jul 2012 17:42:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu{
height: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this doesn't solve the issue try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu{
height: auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or use a fixed value like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu{
height: 50px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(atm the value is set to 15px).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinaabbott on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-65434</link>
			<pubDate>Fri, 13 Jul 2012 14:22:45 +0000</pubDate>
			<dc:creator>kristinaabbott</dc:creator>
			<guid isPermaLink="false">65434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, thank you - I had located that info whilst attempting to solve the issue myself.  However, this doesn't address the original problem I wrote of (which is not a mobile navigation issue).  Again, on a 15&#34; macbook, the last menu item of my site, &#34;contact us&#34;, is dropped to an almost-invisible second row.  This also occurs in Internet Explorer (regardless of screen size).  This also occurs in some tablets.  My understanding was you confirmed this problem as well.&#60;/p&#62;
&#60;p&#62;As this client site is &#34;live&#34; &#60;a href=&#34;http://www.realestatehelpinghand.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.realestatehelpinghand.org/&#60;/a&#62; , I would appreciate a resolution as quickly as possible.  I'm sure it's something minor that Kriesi could identify immediately if he could simply look at it himself.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Kristina.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-65412</link>
			<pubDate>Fri, 13 Jul 2012 11:24:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try following - open up js/avia.js and search for following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;switchWidth: 868,                   							//width (in px to switch at)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try to increase the value now (eg set it to 900). This forces the mobile menu function to ignore the menu if it still fits the screen size.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinaabbott on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-65009</link>
			<pubDate>Wed, 11 Jul 2012 13:57:36 +0000</pubDate>
			<dc:creator>kristinaabbott</dc:creator>
			<guid isPermaLink="false">65009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And... just realized it does the same thing in IE9, even on my 1920x1080 resolution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinaabbott on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-65007</link>
			<pubDate>Wed, 11 Jul 2012 13:50:43 +0000</pubDate>
			<dc:creator>kristinaabbott</dc:creator>
			<guid isPermaLink="false">65007@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I did see this regarding calling the mobile theme earlier, &#60;a href=&#34;http://www.kriesi.at/support/topic/calling-the-select-main-menu-for-mobiles-to-appear-for-ipad&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/calling-the-select-main-menu-for-mobiles-to-appear-for-ipad&#60;/a&#62;    but it still doesn't address cutting off the last navigation item on a 15&#34; macbook screen.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Kristina.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinaabbott on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-64594</link>
			<pubDate>Mon, 09 Jul 2012 20:56:25 +0000</pubDate>
			<dc:creator>kristinaabbott</dc:creator>
			<guid isPermaLink="false">64594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, Devin.&#60;/p&#62;
&#60;p&#62;I appreciate you checking.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Kristina.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-64559</link>
			<pubDate>Mon, 09 Jul 2012 19:03:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64559@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kristina,&#60;/p&#62;
&#60;p&#62;I'm not quite sure what is causing it to behave that way but I'm getting the same result. I've tagged the topic for Kriesi however so that he can take a look.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristinaabbott on "Responsive Navigation - Regular Menu to Mobile Menu Gap"</title>
			<link>http://www.kriesi.at/support/topic/responsive-navigation-regular-menu-to-mobile-menu-gap#post-64556</link>
			<pubDate>Mon, 09 Jul 2012 18:50:32 +0000</pubDate>
			<dc:creator>kristinaabbott</dc:creator>
			<guid isPermaLink="false">64556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;This theme is AWESOME!  The one fly in the ointment for me is the navigation.  When I view my site &#60;a href=&#34;http://www.realestatehelpinghand.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.realestatehelpinghand.org/&#60;/a&#62;  on a 15&#34; Mac laptop, the last menu item gets bumped to a second (invisible) row.  If I shrink the browser window, it will eventually trigger the mobile menu.  This happens both in Safari and Chrome (on pc, it's fine).&#60;/p&#62;
&#60;p&#62;This concerned me so I used the emulator &#60;a href=&#34;http://quirktools.com/screenfly/&#34; rel=&#34;nofollow&#34;&#62;http://quirktools.com/screenfly/&#60;/a&#62;       and the issue can be replicated looking my site on the tablet resolutions.&#60;/p&#62;
&#60;p&#62;Is it something in my code causing this or can I make the mobile menu trigger the moment that last menu item &#34;Contact&#34; gets bumped?&#60;/p&#62;
&#60;p&#62;I use 24&#34; monitors, so didn't realize this was happening until I viewed it on a Mac and don't know if it's happening on smaller monitores (seems to only be tablet and Mac issue).&#60;/p&#62;
&#60;p&#62;Thank you in advance,&#60;br /&#62;
Kristina Abbott
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
