<?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: Changing mobile menu breakpoint</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/feed/</link>
		<description></description>
		<pubDate>Mon, 24 Aug 2026 19:26:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30520</guid>
					<title><![CDATA[Changing mobile menu breakpoint]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30520</link>
					<pubDate>Thu, 01 Dec 2016 02:51:29 +0000</pubDate>
					<dc:creator>rgruber</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a simple way to change the breakpoint where the site switches to a mobile (hamburger) menu?</p>
<p>We&#8217;d like to increase the width where this happens.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30525</guid>
					<title><![CDATA[Reply To: Changing mobile menu breakpoint]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30525</link>
					<pubDate>Thu, 01 Dec 2016 09:21:37 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You will find the main CSS that shows/hides the menus in your<br />
\fortuna\stylesheets\grid_responsive.css and you can move those around in the different breakpoints.<br />
It&#8217;s not advisable though, as there&#8217;s other logic associated with Menus that is hooked to WP&#8217;s internal checks for mobile devices etc.</p>
<p>Are your menu items too many? May I see your URL, please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30527</guid>
					<title><![CDATA[Reply To: Changing mobile menu breakpoint]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30527</link>
					<pubDate>Thu, 01 Dec 2016 12:33:53 +0000</pubDate>
					<dc:creator>rgruber</dc:creator>

					<description>
						<![CDATA[
						<p>URL:</p>
<p><a href="http://www.banksocal.com/" rel="nofollow">http://www.banksocal.com/</a></p>
<p>At around 1280 pixel browser width, the menu goes to two lines and expands.</p>
<p>The client isn&#8217;t happy with this.</p>
<p>The two problems we have are the logo is too large and the menu items &#8220;Business Banking&#8221; and &#8220;Personal Banking&#8221; take up too much vertical space. The menu should really be redesigned but we just launched the site and don&#8217;t have time to do that.</p>
<p>However easiest solution is to bring in the mobile menu at 1280. How do I adjust ALL the logic so it works properly at 1280?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30528</guid>
					<title><![CDATA[Reply To: Changing mobile menu breakpoint]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30528</link>
					<pubDate>Thu, 01 Dec 2016 13:42:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, and the proper way to do it is decrease the padding of the items at 1280 + decrease the logo width a bit &#8230;<br />
Add this custom CSS:</p>
<pre><code>@media only screen and (min-width: 1018px) and (max-width: 1280px) {
#logo {
    max-width: 164px;
}
#menu &gt; ul &gt; li &gt; a {
    padding-left: 7px;
    padding-right: 7px;
}
}</code></pre>
<p>Let me know if those fix up things! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30530</guid>
					<title><![CDATA[Reply To: Changing mobile menu breakpoint]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/changing-mobile-menu-breakpoint/#post-30530</link>
					<pubDate>Thu, 01 Dec 2016 13:44:48 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Quick heads up &#8211; some of your Rows have the bottom margin of 35px when none is set, you can explicitly set those to 0 if you want none! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

