<?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>Set size at which navbar turns to mobile menu. &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 07:55:04 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-218642</guid>
					<title><![CDATA[Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-218642</link>
					<pubDate>Mon, 02 Mar 2015 19:45:31 +0000</pubDate>
					<dc:creator>Hewitt W</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there</p>
<p>Is it possible to set the browser size at which point my menu will turn into the mobile menu in the customizer&#8217;s css? I would prefer this than my menu dropping into two lines when the window resizes.<br />
The website is <a href="http://yogazone.co.za/new_site/" rel="nofollow">http://yogazone.co.za/new_site/</a><br />
Thanks in advance as your service is always impeccable!</p>
<p>Kind regards<br />
Hewitt</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-218907</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-218907</link>
					<pubDate>Tue, 03 Mar 2015 03:27:38 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Hewitt,</p>
<p>Could you please specify which screen size you would like to turn your menu into the mobile menu? Right now, the menu turns into a mobile menu when the screen size is less than 980px. </p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219003</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219003</link>
					<pubDate>Tue, 03 Mar 2015 07:55:22 +0000</pubDate>
					<dc:creator>Hewitt W</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>at 1070px please.</p>
<p>Thanks<br />
Hewitt</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219013</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219013</link>
					<pubDate>Tue, 03 Mar 2015 08:16:23 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Hewitt,</p>
<p>Please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> or insert this code in your child theme&#8217;s style.css (if you are <a href="https://theme.co/x/member/kb/how-to-setup-child-themes/" rel="nofollow">using a child theme</a>)</p>
<pre><code>@media (max-width: 1070px){
  .x-nav-wrap.desktop{
    display:none
  }

  .x-nav-wrap.mobile{
    display:block
  }

  .x-nav-wrap.mobile.collapse{
    display:none
  }

  .x-nav-wrap.mobile.collapse.in{
    display:block
  }

  .x-btn-navbar {
    display: inline-block;
  }

  .x-navbar-inner {
    text-align: center;
  }

}</code></pre>
<p>Please let us know if this works for you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219216</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219216</link>
					<pubDate>Tue, 03 Mar 2015 13:51:13 +0000</pubDate>
					<dc:creator>Hewitt W</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you once again. You guys rock rock!!!</p>
<p>Kind regards<br />
Hewitt</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219391</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-219391</link>
					<pubDate>Tue, 03 Mar 2015 17:46:23 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-744615</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-744615</link>
					<pubDate>Wed, 13 Jan 2016 18:28:22 +0000</pubDate>
					<dc:creator>Mark C</dc:creator>

					<description>
						<![CDATA[
						<p>Greetings!</p>
<p>I used the code above on this site and changed the max width to 1200 &#8211; but the hamburger icon disappears for a few hundred pixels when resizing the window to test it and then reappears. Can you guide me on what is causing that?</p>
<blockquote class="wp-embedded-content" data-secret="zn2EfS91VU"><p><a href="https://www.premieredgeresources.com/" rel="nofollow">Home</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Home&#8221; &#8212; Premier Edge Resources" src="https://www.premieredgeresources.com/embed/#?secret=ezLv6f9Jex#?secret=zn2EfS91VU" data-secret="zn2EfS91VU" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-744934</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-744934</link>
					<pubDate>Wed, 13 Jan 2016 22:12:41 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>@media (min-width:  980px) and (max-width: 1200px){
	.x-navbar .x-btn-navbar  {
		display: inline-block;
    	float: right;
	}
}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-745274</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-745274</link>
					<pubDate>Thu, 14 Jan 2016 02:17:44 +0000</pubDate>
					<dc:creator>Mark C</dc:creator>

					<description>
						<![CDATA[
						<p>Problem solved! Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-745283</guid>
					<title><![CDATA[Reply To: Set size at which navbar turns to mobile menu.]]></title>
					<link>https://theme.co/archive/forums/topic/set-size-at-which-navbar-turns-to-mobile-menu/#post-745283</link>
					<pubDate>Thu, 14 Jan 2016 02:20:44 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>We&#8217;re delighted to assist you with this.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

