next button layout issue.

Issue #32 new
Former user created an issue

When using the code that comes in the example folder, the "Next" button displays on the line after the Month and year. In order to fix this I had to add the "clearfix" class to the controls div and then place the h4 after the a class="pull-right" like this:

       <div class="controls clearfix">
          <a class="pull-left" data-go="prev"><div class="btn btn-primary">Prev</div></a>
          <a class="pull-right" data-go="next"><div class="btn btn-primary">Next</div></a>
          <h4><span data-head-year></span> <span data-head-month></span></h4>
       </div>

Comments (0)

  1. Log in to comment