skip to Main Content

Bootstrap-datepicker positioned on the left top corner of the page – Twitter bootstrap

I'm using bootstrap-datepicker from https://github.com/uxsolutions/bootstrap-datepicker (with twitter-bootstrap 3). When clicking on the date input, datepicker popup opens in the top left corner of the page, not near the input element. <script type="text/javascript"> $(function() { $('#BirthDate,#passDate,#docDate').datepicker({ format: "mm.dd.yyyy", startDate: "-100y", language:…

VIEW QUESTION

Container not working inside contatiner-fluid for larger screens – Twitter bootstrap

I have a container-fluid with col-lg-2 for left menu options and col-lg-10 for content sections. <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <div class="container-fluid> <div class="row"> <div class="col-lg-2"> <ul> <li>one</li> <li>two</li> </ul> </div> <div class="col-lg-10> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label…

VIEW QUESTION
Back To Top
Search