I added a right title bar and uncommented the right off canvas. As far as
I can tell, if we put a menu in the right off canvas it will act like the
left off canvas menu.
<button class="menu-icon" type="button" data-open="offCanvasLeft"></button>
<span class="title-bar-title">Menu</span>
</div>
+ <div class="title-bar-right">
+ <button class="menu-icon" type="button" data-open="offCanvasRight"></button>
+ </div>
</div>
<div class="off-canvas position-left" id="offCanvasLeft" data-off-canvas>
<!--
</div>
</div>
-<!--
- <div class="off-canvas positon-right" id="offCanvasRight" data-off-canvas data-positon="right">
-
+ <div class="off-canvas position-right" id="offCanvasRight" data-off-canvas data-position="right">
+ <?php glm_theme_mobile_off_canvas(); ?>
</div>
--->
</editor-fold>