<?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>mobile menu doesn&#039;t scroll through &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 09 Nov 2025 00:10:03 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-202679</guid>
					<title><![CDATA[mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-202679</link>
					<pubDate>Mon, 09 Feb 2015 23:43:01 +0000</pubDate>
					<dc:creator>Aaron P</dc:creator>

					<description>
						<![CDATA[
						<p>On our site spiritofthedawn.com  &#8211; we have a semi-extesnive menu with dropdowns. ON mobile devices if you open a dropdown it might not all fit and it won&#8217;t let you scroll down. Seems a bit tricky to navigate. Any ideas?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-202958</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-202958</link>
					<pubDate>Tue, 10 Feb 2015 10:11:24 +0000</pubDate>
					<dc:creator>Senthil</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>Please paste the below CSS code in your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> and it will remove the stickiness of the menubar in mobile.</p>
<pre><code>@media (max-width: 979px) {
	.x-navbar-fixed-top {
		position: fixed !important;
	}
}</code></pre>
<p>Hope it helps, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-204525</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-204525</link>
					<pubDate>Thu, 12 Feb 2015 01:51:56 +0000</pubDate>
					<dc:creator>Aaron P</dc:creator>

					<description>
						<![CDATA[
						<p>THat didn&#8217;t seem to do anything. ANy ideaas?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-205242</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-205242</link>
					<pubDate>Thu, 12 Feb 2015 20:34:36 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Aaron,</p>
<p>Replace the previous code in <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>@media screen and (max-width: 979px){
.x-navbar-fixed-top {
    position: relative !important;
}
}</code></pre>
<p>Let us know how this goes. Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-207852</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-207852</link>
					<pubDate>Mon, 16 Feb 2015 18:43:27 +0000</pubDate>
					<dc:creator>Aaron P</dc:creator>

					<description>
						<![CDATA[
						<p>that did it! thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-208135</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-208135</link>
					<pubDate>Tue, 17 Feb 2015 04:51:37 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-600396</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-600396</link>
					<pubDate>Sun, 27 Sep 2015 18:27:14 +0000</pubDate>
					<dc:creator>Sebamoe</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there!</p>
<p>I had the same problem and the last code fixed it; however now of course the navbar disappears when scrolling down. Any advice how to keep it sticky when scrolling, e.g. a code snippet that makes the position relative only when the menu is open and fixed as soon as it’s closed?</p>
<p>Thanks so much, also for the great theme!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-600413</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-600413</link>
					<pubDate>Sun, 27 Sep 2015 18:45:38 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hi <a href="https://theme.co/archive/users/sebamoe/" class="bbp-user-mention bbp-user-id-51938"> @sebamoe</a></p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL. 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/mobile-menu-doesnt-scroll-through/#post-601112</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-601112</link>
					<pubDate>Mon, 28 Sep 2015 10:04:54 +0000</pubDate>
					<dc:creator>Sebamoe</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for getting back!<br />
This is the website I&#8217;m working on: <a href="http://www.sebastianmoeferdt.com/" rel="nofollow">http://www.sebastianmoeferdt.com/</a><br />
I removed the conflicting &#8220;position: relative&#8221; code for now, so now the mobile nav is sticky, but not scrollable (causes problems on mobile landscape mode).<br />
Another issue: The scrollspy doesn&#8217;t seem to work for the mobile nav &#8211; the current item is not being highlighted. Any idea on this?<br />
Thank you!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-604706</guid>
					<title><![CDATA[Reply To: mobile menu doesn&#039;t scroll through]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-doesnt-scroll-through/#post-604706</link>
					<pubDate>Wed, 30 Sep 2015 12:49:21 +0000</pubDate>
					<dc:creator>Sebamoe</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I worked my way around the nav-scrolling issue with horizontal alignment of the menu items, however I still can&#8217;t get the mobile scroll spy to work. Any chance you can help out?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

