<?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>Fixed Nav Bar on Mobile &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 01:53:19 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141256</guid>
					<title><![CDATA[Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141256</link>
					<pubDate>Sun, 09 Nov 2014 18:42:32 +0000</pubDate>
					<dc:creator>stacey a</dc:creator>

					<description>
						<![CDATA[
						<p>Hello!</p>
<p>I have my Header &gt; Navbar set of FIXED and it works as described on my laptop/desktop but on my mobile smartphone the Nav bar is not fixed.</p>
<p>Is there a way to do fix the navbar on all devices???  Also I have Header Widget Area enabled (cool feature BTW) and noticed that also stays FIXED on my laptop (but not mobile) can this be made to stay fixed on all devices as well???</p>
<p>Thank you &amp; Cheers</p>
<p>Stacey</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141412</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141412</link>
					<pubDate>Mon, 10 Nov 2014 04:51:14 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Stacey,</p>
<p>Please add the code below in the <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>@media (max-width: 979px) {
.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
position: fixed;
}
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141604</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141604</link>
					<pubDate>Mon, 10 Nov 2014 12:00:08 +0000</pubDate>
					<dc:creator>stacey a</dc:creator>

					<description>
						<![CDATA[
						<p>Good Morning!<br />
This does fix the Navbar at the top on mobile but not the header widget.  Any thought on that?</p>
<p>Thank you for your awesome support.</p>
<p>Cheers,<br />
Stacey</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141679</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141679</link>
					<pubDate>Mon, 10 Nov 2014 13:58:16 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Stacey,</p>
<p>To assist you with this issue, we&#8217;ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141719</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141719</link>
					<pubDate>Mon, 10 Nov 2014 14:41:20 +0000</pubDate>
					<dc:creator>stacey a</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141748</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141748</link>
					<pubDate>Mon, 10 Nov 2014 15:21:21 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Try adding some CSS code under Appearance -&gt; Customize -&gt; Custom -&gt; CSS</p>
<pre><code>.x-btn-widgetbar {
position: fixed;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141969</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-141969</link>
					<pubDate>Mon, 10 Nov 2014 19:08:44 +0000</pubDate>
					<dc:creator>stacey a</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your quick reply.  While the header Widget icon does stay fixed at the top &#8211; the problem is that when it is activated (and the &#8220;Widget Window&#8221; expands) the widget window does not stay fixed to the top so:</p>
<p>1. If you see the expanded widget window (ie you are at the top of the page) as you scroll down the page the expanded widget window disappears.</p>
<p>2. If you are already scrolled somewhat down the page &#8211; when you click on the widget header icon you see nothing even though the widget window is expanded.</p>
<p>Anyway to keep the widget window fixed to the top?</p>
<p>Don&#8217;t know CSS (newbie but it is on my short list to learn at least some) I tried the this but it didn&#8217;t work:</p>
<p>.x-widgetbar-inner {<br />
position: fixed;<br />
}</p>
<p>Then I tried this:</p>
<p>.x-btn-widgetbar-inner {<br />
position: fixed;<br />
}</p>
<p>I have tried numerous different iterations and variations of different things without success.</p>
<p>Any other suggestions?</p>
<p>Thank you<br />
Stacey</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-142128</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-142128</link>
					<pubDate>Tue, 11 Nov 2014 00:49:46 +0000</pubDate>
					<dc:creator>stacey a</dc:creator>

					<description>
						<![CDATA[
						<p>I have also run into a small issue with fixing the Navbar at the top.  The Navbar stays fixed just fine, but when I click on the mobile button I cannot see my whole Primary menu items on small mobile devices like iphone 4s -barely can see the menu items on the Samsung 4s (my Note 3 is no problem) (my I have 10 Primary menu items).  The problem is is that the primary menu will not scroll.</p>
<p>How can I add a scroll bar feature to the Primary (and Secondary menu) items.</p>
<p>It is funny that on Android it looks like I have scroll but it does not work on the menu&#8230;maybe it is working one the layer below??  On Apple iphone I have nothing.</p>
<p>Thank you for any help you can provide.  Love the theme.</p>
<p>Cheers,<br />
Stacey</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-142214</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-142214</link>
					<pubDate>Tue, 11 Nov 2014 04:13:10 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Please try adding the code below in the <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>@media (max-width: 979px) {
.x-widgetbar {
position: fixed;
}
}</code></pre>
<p>I&#8217;ve tested your site on a mobile device and the navigations seems to work fine. Can you give us screenshots?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-142437</guid>
					<title><![CDATA[Reply To: Fixed Nav Bar on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/fixed-nav-bar-on-mobile/#post-142437</link>
					<pubDate>Tue, 11 Nov 2014 13:13:48 +0000</pubDate>
					<dc:creator>stacey a</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>First apologies for this long post. </p>
<p>To recap I have the following code in my CSS Customizer which has FIXED the Navbar, Header widget and the expanded widgetbar to the top on mobile/small format devices  As far as I can tell this works fine.</p>
<p>@media (max-width: 979px) {<br />
.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {<br />
position: fixed;<br />
}<br />
}</p>
<p>.x-btn-widgetbar {<br />
position: fixed;<br />
}</p>
<p>@media (max-width: 979px) {<br />
.x-widgetbar {<br />
position: fixed;<br />
}<br />
}</p>
<p>I wanted the menu on mobile to be collapsed by default and when you click (touch) a primary menu item then sub menu item would be shown (i.e.activating the primary menu items would only expose the sub menu items).  To accomplish this I have the following code.</p>
<p>In CSS Customizer:</p>
<p>@media (max-width: 979px) {<br />
   .x-navbar .x-nav ul.sub-menu {<br />
      display: none !important;<br />
      visibility: hidden !important;<br />
   }<br />
   .x-navbar .x-nav ul.sub-menu.visible {<br />
      display: block !important;<br />
      visibility: visible !important;<br />
   }<br />
}</p>
<p>In JavaScript Customizer:</p>
<p>jQuery(document).ready(function($) {<br />
   windowsize = $(window).width();<br />
   if(windowsize &lt; 980) {<br />
      var subMenuLink = $(&#8216;.x-navbar a.sf-with-ul&#8217;),<br />
          subMenu = $(&#8216;ul.sub-menu&#8217; );</p>
<p>      subMenuLink.click(function(e) {<br />
        e.preventDefault();<br />
        $(this).siblings(subMenu).toggleClass(&#8216;visible&#8217;);<br />
      });<br />
   }<br />
});</p>
<p>Now the Menu expands and collapses fine.  My problem is the lack of scrolling so on small/mobile devices the user cannot get to/ see/ or use all of the menu items.</p>
<p>To see what I mean please try the following &#8211; you can do this on a desktop or laptop if it is easier.</p>
<p>1. Go to <a href="http://www.muttmaps.com" rel="nofollow">http://www.muttmaps.com</a></p>
<p>2. Downsize browser size so that it renders the responsive/mobile layout.</p>
<p>3. Click on mobile button to show primary menu. If your browser screen is &#8220;long&#8221; enough you will see 10 menu items AND content below the menu).</p>
<p>4. If you place you mouse anywhere on the menu and try to scroll &#8220;down&#8221; you will notice that the content below (and underneath) the menu starts to scroll &#8211; I don&#8217;t think this should happen.</p>
<p>5. Now click on &#8220;SERVICES&#8221; menu item.  Do you see 9 sub menu items?  If not try to scroll down to see&#8230;you can&#8217;t.  Now if you can see the 9 menu items click on the sub-menu item &#8220;TRAINING&#8221; can you see the 13 items under TRAINING?  Do you see what I mean about the menu not scrolling?  </p>
<p>This is really a problem when you are using mobile smart phone because most screens aren&#8217;t big enough to show the PRIMARY menu.</p>
<p>I think the the when the user expands the menu that menu should/needs to scroll up and down (like it would start to disappear under the Navbar as the user scrolls). There does seem to be a scroll but it only scroll what is underneath the menu and not the menu itself.</p>
<p>If you still need screenshots or I could do a quick video let me know.  I think you should be able to reproduce this.</p>
<p>Is there a tweak here that can get this working properly?</p>
<p>Thanks<br />
Stacey</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

