I'm struggling to get my date picker positioned in the center of the page. I've tried using center-block
and text-center
, but they haven't had any effect. Even with the offset, it's not perfectly aligned in the center. Can anyone advise on what I should do?
Thank you!
<div class='row'>
<div class='col-sm-12'>
<div class='page-header page-header-with-icon mg-t'> <i class='fa-icon-calendar'></i>
<h2>Calendar</h2>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="center-block text-center datepicker"></div>
</div>
</div>
</div>
</div>