<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mobile navigation Archives &#8212; Stampede: the strategic design &amp; technology company</title>
	<atom:link href="https://stampede-design.com/blog/tag/mobile-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>https://stampede-design.com/blog/tag/mobile-navigation/</link>
	<description>We are creating better worlds though thoughtful design and technology. Connect with us!</description>
	<lastBuildDate>Tue, 07 Apr 2026 09:03:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://stampede-design.com/wp-content/uploads/2024/02/cropped-Stampede-Favicon-old-32x32.png</url>
	<title>mobile navigation Archives &#8212; Stampede: the strategic design &amp; technology company</title>
	<link>https://stampede-design.com/blog/tag/mobile-navigation/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Responsive Bootstrap Push Menu Tutorial</title>
		<link>https://stampede-design.com/blog/responsive-bootstrap-push-menu-tutorial/</link>
					<comments>https://stampede-design.com/blog/responsive-bootstrap-push-menu-tutorial/#comments</comments>
		
		<dc:creator><![CDATA[Syazwan Hakim]]></dc:creator>
		<pubDate>Wed, 27 Aug 2014 16:16:22 +0000</pubDate>
				<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[front-end development]]></category>
		<category><![CDATA[mobile navigation]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://dev.stampedelabs.com/client/v3/wp/?p=5939</guid>

					<description><![CDATA[<p>Responsive Bootstrap Push Menu is a combination of Bootstrap &#038; jPushMenu plugin, for better viewing on mobile. Requiring HTML, CSS and Javascript, Syazwan shows the tutorial on how to achieve the effect.</p>
<p>The post <a href="https://stampede-design.com/blog/responsive-bootstrap-push-menu-tutorial/">Responsive Bootstrap Push Menu Tutorial</a> appeared first on <a href="https://stampede-design.com">Stampede: the strategic design &amp; technology company</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="lead">Getting bored with the current responsive Bootstrap menu?</p>
<p>Or you simply don&#8217;t want to use Bootstrap 3 dropdown menu on mobile because the menu is just too tall?</p>
<div class="full"><img fetchpriority="high" decoding="async" width="463" height="392" class="size-full wp-image-5940" src="https://stampede-design.com/wp-content/uploads/2014/10/bootstrap3-mobile-menu.png" alt="Bootstrap 3 Mobile Menu" srcset="https://stampede-design.com/wp-content/uploads/2014/10/bootstrap3-mobile-menu.png 463w, https://stampede-design.com/wp-content/uploads/2014/10/bootstrap3-mobile-menu-300x254.png 300w" sizes="(max-width: 463px) 100vw, 463px" /><p class="capt_block">Bootstrap 3 Mobile Menu</p></div>
<p>Well, why don&#8217;t you try to use push menu for mobile instead?</p>
<div class="full"><img decoding="async" width="474" height="490" class="size-full wp-image-5943" src="https://stampede-design.com/wp-content/uploads/2014/10/bootstrap3-mobile-push-menu.png" alt="Bootstrap 3 Mobile Push Menu" srcset="https://stampede-design.com/wp-content/uploads/2014/10/bootstrap3-mobile-push-menu.png 474w, https://stampede-design.com/wp-content/uploads/2014/10/bootstrap3-mobile-push-menu-290x300.png 290w, https://stampede-design.com/wp-content/uploads/2014/10/bootstrap3-mobile-push-menu-32x32.png 32w" sizes="(max-width: 474px) 100vw, 474px" /><p class="capt_block">Bootstrap 3 Mobile Push Menu</p></div>
<p>For this responsive bootstrap push menu tutorial, I&#8217;m using <a href="http://takien.github.io/jPushMenu/" target="_blank">Takien&#8217;s jPushMenu</a>. The tutorial shall require all the three big guns &#8211; HTML, CSS &amp; Javascript to make the push menu happen.</p>
<p>Before jumping to the tutorial, why don&#8217;t you check out these demos for <a href="https://stampede-design.com/demo/bootstrap-pushnav/menu-left.html">Left Overlay</a>, <a href="https://stampede-design.com/demo/bootstrap-pushnav/menu-left-push.html">Left Push</a>, <a href="https://stampede-design.com/demo/bootstrap-pushnav/menu-right.html">RightOverlay</a>, or <a href="https://stampede-design.com/demo/bootstrap-pushnav/menu-right-push.html">Right Push</a>?.</p>
<h2>Responsive Bootstrap Push Menu &#8211; HTML</h2>
<p>Here I am using default <a href="http://getbootstrap.com/components/#navbar" target="_blank">Bootstrap Navbar</a> with additional classes for push menu to work.</p>
<pre class="brush: jscript; title: ; notranslate">&lt;pre&gt;
&lt;nav class=&quot;navbar&quot;&gt;
&lt;div class=&quot;container-fluid&quot;&gt;
&lt;!-- Brand and toggle get grouped for better mobile display --&gt;
&lt;div class=&quot;navbar-header&quot;&gt;&lt;button class=&quot;navbar-toggle&quot; type=&quot;button&quot; data-toggle=&quot;collapse&quot; data-target=&quot;#bs-example-navbar-collapse-1&quot;&gt; &lt;span class=&quot;sr-only&quot;&gt;Toggle navigation&lt;/span&gt; &lt;/button&gt; &lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;Brand&lt;/a&gt;&lt;/div&gt;

&lt;!-- Collect the nav links, forms, and other content for toggling --&gt;
&lt;div id=&quot;bs-example-navbar-collapse-1&quot; class=&quot;collapse&quot;&gt;
&lt;ul class=&quot;nav&quot;&gt;
&lt;li class=&quot;active&quot;&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;dropdown&quot;&gt;&lt;a class=&quot;dropdown-toggle&quot; href=&quot;#&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown &lt;/a&gt;
&lt;ul class=&quot;dropdown-menu&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;One more separated link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;form class=&quot;navbar-form&quot;&gt;
&lt;div class=&quot;form-group&quot;&gt;&lt;input class=&quot;form-control&quot; type=&quot;text&quot; placeholder=&quot;Search&quot; /&gt;&lt;/div&gt;

&lt;button class=&quot;btn&quot; type=&quot;submit&quot;&gt;Submit&lt;/button&gt;&lt;/form&gt;
&lt;ul class=&quot;nav&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;dropdown&quot;&gt;&lt;a class=&quot;dropdown-toggle&quot; href=&quot;#&quot; data-toggle=&quot;dropdown&quot;&gt;Dropdown &lt;/a&gt;
&lt;ul class=&quot;dropdown-menu&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Another action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Something else here&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;divider&quot;&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Separated link&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;!-- /.navbar-collapse --&gt;&lt;/div&gt;

&lt;!-- /.container-fluid --&gt;&lt;/nav&gt;
&lt;/pre&gt;</pre>
<p>Based on the above html, added classes can be found on line 05 (<strong>toggle-menu menu-left push-body</strong>) and line 15 (<strong>cbp-spmenu cbp-spmenu-vertical cbp-spmenu-left</strong>).</p>
<p>&nbsp;</p>
<p>The post <a href="https://stampede-design.com/blog/responsive-bootstrap-push-menu-tutorial/">Responsive Bootstrap Push Menu Tutorial</a> appeared first on <a href="https://stampede-design.com">Stampede: the strategic design &amp; technology company</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stampede-design.com/blog/responsive-bootstrap-push-menu-tutorial/feed/</wfw:commentRss>
			<slash:comments>56</slash:comments>
		
		
			</item>
	</channel>
</rss>
