IT Nursery
I have been using the twitter bootstrap framework for quite a while now and they recently updated to version 3! I’m having trouble getting the sticky footer to stick...
  • May 30, 2022
  • 0 Comments
IT Nursery
I have the following element: <div class="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog" style="overflow-y: scroll; max-height:85%; margin-top: 50px; margin-bottom:50px;" > <div class="modal-content"> <div class="modal-header"> <h3 class="modal-title"></h3> </div> <div class="modal-body"></div>...
  • May 29, 2022
  • 0 Comments
IT Nursery
How do I make bigger Glyphicons in twitter bootstrap 3.0 (not 2.3.x). This code will make my glyphicons big: <button type="button" class="btn btn-default btn-lg"> <span class="glyphicon glyphicon-th-list"> </span> </button>...
  • May 29, 2022
  • 0 Comments
IT Nursery
I’ve used a small javascript file to create an off canvas push navbar. I loaded the file as described in the Wordpres Codex: function sidebar () { wp_enqueue_script('theme-js', get_stylesheet_directory_uri()...
  • May 29, 2022
  • 0 Comments
OK, so what I need is fairly straightforward. I have set up a navbar with some dropdown menus in it (using class="dropdown-toggle" data-toggle="dropdown"), and it works fine. The thing...
  • May 28, 2022
  • 0 Comments