<?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>Force Mobile Menu to Appear &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 09:16:05 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-199575</guid>
					<title><![CDATA[Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-199575</link>
					<pubDate>Thu, 05 Feb 2015 11:15:15 +0000</pubDate>
					<dc:creator>Lizzie</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to make my mobile menu appear at screen resolutions higher than 980px wide, but can&#8217;t seem to do so. </p>
<p>Anything less than 1085px and my main menu gets smushed and pushed down to the next row in sections and generally looks crumby.</p>
<p>Is there a setting in the customizer? </p>
<p>Thanks,</p>
<p>Lizzie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-199583</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-199583</link>
					<pubDate>Thu, 05 Feb 2015 11:40:02 +0000</pubDate>
					<dc:creator>danielhickman</dc:creator>

					<description>
						<![CDATA[
						<p>Place this in your custom CSS in the customizer.</p>
<pre><code>@media only screen and (max-width:1085px){
 .x-nav-wrap.desktop {
   display: none;
 }
 .x-btn-navbar {
   display: block;
   float: right;
 }
}</code></pre>
<p>Any other questions ask me! 😀</p>
<p>P.S. The @media CSS code is annoying it may cause your code below it not to work unless you have the last &#8220;}&#8221;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-199907</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-199907</link>
					<pubDate>Thu, 05 Feb 2015 19:01:51 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Lizzie,</p>
<p>Thanks for writing in!</p>
<p>You can use this code under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>@media only screen and (max-width:1085px){
    .x-nav-wrap.desktop {
        display: none;
    }
    .x-btn-navbar {
        display: block;
        float: right;
    }
    .x-nav-wrap.mobile.in,
    .x-nav-wrap.mobile.collapsing {
        display: block;
    }
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }
    .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
        position: relative;
        top: 0;
    }
}
</code></pre>
<p>To <strong>Daniel</strong>: Thank you for your contribution! 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-200809</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-200809</link>
					<pubDate>Fri, 06 Feb 2015 23:20:31 +0000</pubDate>
					<dc:creator>Lizzie</dc:creator>

					<description>
						<![CDATA[
						<p>URL: skeenaflyfishing.com</p>
<p>Thanks so much! This worked nicely.</p>
<p>However I am not sure if I have introduced a new problem?</p>
<p>Now when my screen goes above 980px my logo gets shoved down outside the x-navbar-wrap div and cuts off the top of my slider?</p>
<p>Any ideas where this is happening in my CSS? I can&#8217;t seem to figure it out.</p>
<p>Thanks so much!!</p>
<p>Let me know and I can open a new thread if necessary.</p>
<p>Lizzie </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201087</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201087</link>
					<pubDate>Sat, 07 Feb 2015 13:41:16 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Lizzie,<br />
Thank for writing in.<br />
I&#8217;ve just visited your website and  the logo seems to display fine on my browsers.<br />
Could you show me some screenshots, please?<br />
Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201095</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201095</link>
					<pubDate>Sat, 07 Feb 2015 14:00:50 +0000</pubDate>
					<dc:creator>danielhickman</dc:creator>

					<description>
						<![CDATA[
						<p>She changed it. It used to have the Navbar menu below the logo, slightly covering the top of the slider. Now the mobile menu starts at 1920px wide. (which is my laptop&#8217;s size, so &#8220;mobile menu&#8221; seems a bit out of place.) </p>
<p>I think what she was asking is to have the navbar menu be stacked at a certain point and lower the rest of the page including the slider.</p>
<p>Correct me if I&#8217;m wrong, Lizzie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201352</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201352</link>
					<pubDate>Sun, 08 Feb 2015 01:44:50 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>@Daniel, I&#8217;m not sure about that too, maybe Lizzie could clarify it 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201917</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201917</link>
					<pubDate>Mon, 09 Feb 2015 03:24:47 +0000</pubDate>
					<dc:creator>Lizzie</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201918</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-201918</link>
					<pubDate>Mon, 09 Feb 2015 03:26:41 +0000</pubDate>
					<dc:creator>Lizzie</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks @Daniel! I am having them log in to my site and have a look at what I&#8217;ve done as the problem only appears on my home test page and isn&#8217;t visible on my current live site. Appreciate all your help and will keep you updated if the problem reveals itself.</p>
<p>~Lizzie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-202209</guid>
					<title><![CDATA[Reply To: Force Mobile Menu to Appear]]></title>
					<link>https://theme.co/archive/forums/topic/force-mobile-menu-to-appear/#post-202209</link>
					<pubDate>Mon, 09 Feb 2015 12:44:59 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add the following CSS under<strong> Customize -&gt; Custom -&gt; CSS</strong> :</p>
<pre><code>body.x-navbar-fixed-top-active .x-navbar-wrap {
height: auto;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

