<?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 Navigation Sliding Closed and Needs to Shift the Button Over &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 12:43:47 +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-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-121610</guid>
					<title><![CDATA[Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-121610</link>
					<pubDate>Wed, 08 Oct 2014 19:58:02 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>On the Mobile website <a href="http://www.lvbaptist.org/beta" rel="nofollow">http://www.lvbaptist.org/beta</a> I have four issues I need help with (Using with iPhone 5s)</p>
<ul>
1. When I tap on the menu drop down button the menu bar automatically scrolls down and back up, which doesn&#8217;t give me an option to tap on any links<br />
2. I want the menu button to be to the right of the logo<br />
3. The mobile site should have a Mobile page Enable/Disable button at the bottom of the site. Can I enable that type of button?<br />
4. I tried a few forum posts, but I cannot seem to remove the Slider from the Mobile Homepage.
</ul>
<p>Thank you for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-122026</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-122026</link>
					<pubDate>Thu, 09 Oct 2014 09:59:58 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>#1 Please add the following CSS code under <strong>Customize -&gt; Custom -&gt; CSS</strong>:</p>
<pre><code>@media (max-width: 979px){
nav.x-nav-collapse.collapse.in {
height: auto;
}
}</code></pre>
<p>#2 Menu is already at right side of logo ,Would you give us more detail.</p>
<p>#3 Our theme is responsive and you can not switch back between desktop view and mobile view with a button.it get resized automatically </p>
<p>#4 You can use visibility options in revolution slider setting.Go to Revolution slider -&gt; setting and in right side scroll down to find &#8220;Mobile Visibility&#8221; and enable &#8220;Disable Slider on Mobile&#8221;.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-122451</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-122451</link>
					<pubDate>Thu, 09 Oct 2014 18:05:13 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much for your help</p>
<p>Issue #1 The navigation no longer collapses , but it still still does some kind of jerk thing after after expands. You can see the same thing with the according short code on this page with the according short codes <a href="http://www.lvbaptist.org/beta/what-we-believe/" rel="nofollow">http://www.lvbaptist.org/beta/what-we-believe/</a></p>
<p>Issue #2 Here is a screenshot of of where I want to see the expand/collapse navigation button<br />
<img decoding="async" src="http://www.lvbaptist.org/download/ss10.png" alt="Where the Navigation Button Should Be" /></p>
<p>Issue #4 I&#8217;ve attached a screenshot to show that I have already done this, however it still persists.<br />
<img decoding="async" src="http://www.lvbaptist.org/download/ss9.png" alt="Slider Visibility" /></p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-122669</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-122669</link>
					<pubDate>Fri, 10 Oct 2014 00:11:03 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Benjamin,</p>
<p>1. Your navigation works well on my end. How about this,</p>
<pre><code>@media (max-width: 979px){
nav.x-nav-collapse.collapse.in {
height: auto !important;
}
}</code></pre>
<p>2. Add this css.</p>
<pre><code>@media ( max-width: 380px ) {
.x-btn-navbar{
position: relative;
top: -100px;
right: -25px;
}
}</code></pre>
<p>3. How about setting the width in pixel when the slider should be hidden?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-123152</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-123152</link>
					<pubDate>Fri, 10 Oct 2014 17:10:25 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you again! Those pieces of code both helped. I have a few new questions which I need your help on.<br />
<a href="http://www.lvbaptist.org/beta/" rel="nofollow">http://www.lvbaptist.org/beta/</a></p>
<p>1. When a link in the menu is tapped on can the text color be changed to the blue that is used in the header to indicate it has been tapped on<br />
2. Only half of main headers showing. I&#8217;ve included a picture below to show you want I&#8217;m talking about<br />
3. I would like only the main menu items to show when the menu is expanded and when they are tapped on the sub menu items will expand for that particular menu item<br />
4. Why is there a space at the top of all the mobile pages (see below)<br />
<img decoding="async" src="http://www.lvbaptist.org/download/ss11.png" alt="See the Spacing and menu artifact" /><br />
<img decoding="async" src="http://www.lvbaptist.org/download/ss12.png" alt="Second Image with Gap" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-123435</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-123435</link>
					<pubDate>Sat, 11 Oct 2014 10:04:31 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>#1 Please add the following CSS code under <strong>Customize -&gt; Custom -&gt; CSS</strong>:</p>
<pre><code>
@media ( max-width: 380px ) {
.x-navbar .x-nav &gt; li &gt; a:visited{
color:#2f5e87;
}
}
</code></pre>
<p>#2 You have this css cod in Custom -&gt; CSS ,delete <code>margin-top: -20px;</code> from it.</p>
<pre><code>.x-nav li .sub-menu{
padding-top: 0 !important;
margin-top: -20px;
}</code></pre>
<p>#3 Add this in Java script under Customize -&gt; Custom _&gt; Java script </p>
<pre><code>var menu_breakpoint = 979;
jQuery(function($){

		$(&#039;.s-mobile-collapse a&#039;).click(function(e){
			var current_width = $(window).width();
			if(current_width &gt; menu_breakpoint)	return true;
			else {
				e.preventDefault();
				$(&#039;ul.sub-menu&#039;, $(this).parent() ).each(function(){
					if( $(this).hasClass(&#039;mobile-collapsed&#039;) ) $(this).removeClass(&#039;mobile-collapsed&#039;);
					else $(this).addClass(&#039;mobile-collapsed&#039;);
				});
			}
		});</code></pre>
<p>And this one in CSS</p>
<pre><code>.mobile-collapsed {
   display: none !important;
   visibility: hidden !important;
}</code></pre>
<p>Now, the last step is adding this class name s-mobile-collapse to your parent menu item. </p>
<p>#4 </p>
<pre><code>.x-header-landmark {
display: none;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-124329</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-124329</link>
					<pubDate>Mon, 13 Oct 2014 15:23:44 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you! Unfortunately some of the issues still seem to be persisting.<br />
#1 It&#8217;s not showing the selection I made to be &#8220;blue&#8221;<br />
#2 If I delete the -20 then it adds a gap above the first item in each of menu drop downs<br />
#3 I added the code, but it won&#8217;t only show the main menu items and drop down the sub menus<br />
#4 There is still a gap on the mobile version of all the pages</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-124479</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-124479</link>
					<pubDate>Mon, 13 Oct 2014 19:01:42 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Benjamin,</p>
<p>Thank you for writing in!</p>
<p><strong>#1:</strong> Unfortunately, I didn&#8217;t get it, would you mind providing us a little more detail on it or if you can share a screenshot that would be very helpful.</p>
<p><strong>#2:</strong> Instead of adding -20px, please use the following CSS code:</p>
<pre><code>.x-navbar .x-nav-collapse .x-nav li a {
   margin: 0;
}
</code></pre>
<p><strong>#3:</strong> Please try using the following:</p>
<pre><code>var menu_breakpoint = 979;
jQuery(document).ready(function($) {

   $(&#039;.s-mobile-collapse a&#039;).click(function(e){
      var current_width = $(window).width();
      if(current_width &gt; menu_breakpoint) {
         return true;
      } else {
         e.preventDefault();
         $(&#039;ul.sub-menu&#039;, $(this).parent() ).each(function(){
            if( $(this).hasClass(&#039;mobile-collapsed&#039;) ) $(this).removeClass(&#039;mobile-collapsed&#039;);
            else $(this).addClass(&#039;mobile-collapsed&#039;);
         });
      }
   });

});
</code></pre>
<p><strong>#4:</strong> Upon checking, you&#8217;ve added custom CSS code that&#8217;s causing this issue, please try adding the following to fix it:</p>
<pre><code>.x-btn-navbar {
   margin-top: -60px;
   top: 0;
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-126376</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-126376</link>
					<pubDate>Thu, 16 Oct 2014 14:12:08 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you! Those pieces of code really helped. One of those codes affected scrunching the main menu text though. I&#8217;m not sure why it did that (not mobile). Another question I have was how to disable the footer on mobile pages. Thank you!</p>
<p>Benjamin</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-126616</guid>
					<title><![CDATA[Reply To: Mobile Menu Navigation Sliding Closed and Needs to Shift the Button Over]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-navigation-sliding-closed-and-needs-to-shift-the-button-over/#post-126616</link>
					<pubDate>Thu, 16 Oct 2014 20:40:12 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Benjamin,</p>
<p>You can hide the footer on mobile view, to do this please use this CSS code:</p>
<pre><code>@media screen and (max-width: 768px){
.x-colophon.top, .x-colophon.bottom {
    display: none !important;
}
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

