Answer the question
In order to leave comments, you need to log in
How to make a slide out menu in bootstrape in mobile version?
There are two buttons at the top, one displays the main menu on the left
<ul class="nav pull-left notifcation-center visible-xs" id="main-menu-toggle-wrapper">
<li class="dropdown">
<a id="main-menu-toggle" href="#main-menu">
<div class="iconset top-menu-toggle-white"></div>
</a>
</li>
</ul>
<ul class="nav pull-right notifcation-center visible-xs" id="user-menu-toggle-wrapper">
<li class="dropdown">
<a id="user-menu-toggle" href="#user-menu">
<div class="iconset top-home"></div>
</a>
</li>
</ul>
<div class="page-sidebar" id="main-menu">
<div class="page-sidebar-wrapper scrollbar-dynamic" id="main-menu-wrapper">
<?=WidgetMainMenu::widget() ?>
<div class="clearfix"></div>
</div>
</div>
<div class="page-sidebar" id="user-menu">
<div class="page-sidebar-wrapper scrollbar-dynamic" id="user-menu-wrapper">
<?= UserMenu::widget() ?>
<div class="clearfix"></div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
slick + Center Mode
Set the desired zoom to the Central block or increase the block in px, you can also play around with the distances between the blocks
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question