"Sidebar for wp"
Bootstrap 3.0.0 Snippet by cojahmetov

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="list-group wizard-menu"> <a href="#" class="list-group-item active step-1-menu" data-for=".step-1"> <h4 class="list-group-item-heading">1. Load from DIV <span class="pull-right"><i class="glyphicon glyphicon-chevron-right"></i></span> </h4> </a> <a href="#" class="list-group-item step-2-menu" data-for=".step-2"> <h4 class="list-group-item-heading">2. Load from DIV <span class="pull-right"><i class="glyphicon glyphicon-chevron-right"></i></span> </h4> </a> <a href="#" class="list-group-item step-3-menu" data-for=".step-3"> <h4 class="list-group-item-heading">3. AJAX Load <span class="pull-right"><i class="glyphicon glyphicon-chevron-right"></i></span> </h4> </a> </div> </div> <div class="col-md-8"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> </div> </div> </div>

Related: See More


Questions / Comments: