I want the arrow to point to the right, to allow the user to expand the sidebar, and then change this glyphicon to the left. So he points to the left to figure out how to hide the sidebar. Then I want it to change its default state.
This is what I have:
<div id="page-content-wrapper">
<div class='hidden-lg'>
<div class="content-header">
<h1>
<a id="menu-toggle" href="#" class="btn btn-default"><i class="glyphicon glyphicon-arrow-right"></i></a>
</h1>
</div>
</div>
source
share