<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Mobile Menu break point</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 03:55:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-31265</guid>
					<title><![CDATA[Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-31265</link>
					<pubDate>Mon, 27 Mar 2017 17:46:17 +0000</pubDate>
					<dc:creator>AlexNavas</dc:creator>

					<description>
						<![CDATA[
						<p>I was looking at my site on multiple devices and noticed that the menu drops below the logo on an Ipad landscape view.</p>
<p>How to I change the menu to mobile (hamburger menu) for this screen size?</p>
<p>I was playing with the padding of menu items and logo size per other posts but i couldn&#8217;t get it working. </p>
<p>Here&#8217;s the URL: <a href="http://www.amplifiedresults.com" rel="nofollow">http://www.amplifiedresults.com</a></p>
<p>Here&#8217;s the css I tried:</p>
<p>@media only screen and (max-width: 1280px) and (min-width: 480px){<br />
#menu &gt; ul &gt; li &gt; a {<br />
    padding-left: 7px;<br />
    padding-right: 7px;<br />
}<br />
}</p>
<p>@media only screen and (max-width: 1280px) and (min-width: 480px){<br />
.logo_img {<br />
   width: 200px!important;<br />
}<br />
}</p>
<p>The problem still existed using that css.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-31273</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-31273</link>
					<pubDate>Wed, 29 Mar 2017 07:28:21 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Alex,</p>
<p>Please tell me what your Ipad resolution is, I am testing with Chrome&#8217;s Ipad settings under dev tools and it seems to work fine for both regular Ipad and Ipad Pro. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33465</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33465</link>
					<pubDate>Sun, 06 Jan 2019 21:32:09 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I have a similar question to the discussion above. I&#8217;d like to change the width of when my mobile menu is displayed. Where do I do that, and what do I need to change?</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33467</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33467</link>
					<pubDate>Mon, 07 Jan 2019 07:49:43 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You can find the CSS rules that activate the mobile menu in \stylesheets\grid_responsive.css</p>
<pre><code>	#menu 			{ display: none; }
	#mobile_menu #menu 	{ display: block; }
	#mobile_menu_toggler{ display: block; }	</code></pre>
<p>As you can see in the media queries they are currently activated below<br />
<code>(max-width: 1017px)</code></p>
<p>If you want add them to the higher screen resolution as well:<br />
<code>@media only screen and (min-width: 1018px) and (max-width: 1280px) {</code></p>
<p>and experiment further.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33470</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33470</link>
					<pubDate>Mon, 07 Jan 2019 16:04:03 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, I guess I&#8217;m a little confused as to what line and what number I need to change. </p>
<p>I appreciate the clarification.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33554</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33554</link>
					<pubDate>Thu, 14 Feb 2019 16:37:53 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>I&#8217;m still struggling with min and max widths based on my grid-responsive.css file. I don&#8217;t understand what numbers I need to change to make sure my mobile menu looks good at multiple widths. Please assist!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33558</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33558</link>
					<pubDate>Fri, 15 Feb 2019 09:52:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Can you first explain what exactly you are trying to achieve?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33636</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33636</link>
					<pubDate>Mon, 11 Mar 2019 17:24:39 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33638</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33638</link>
					<pubDate>Wed, 13 Mar 2019 08:05:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ll need to see your URL too to see things in action, please.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33640</guid>
					<title><![CDATA[Reply To: Mobile Menu break point]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-menu-break-point/#post-33640</link>
					<pubDate>Wed, 13 Mar 2019 08:09:04 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Nevermind, saw it in your other thread.<br />
The hamburger menu kicks in below 1017px, what is still missing here? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

