skip to Main Content

Twitter Bootstrap 3 – feedback glyphicons are shifted

When I put 2 fields in a row, their glyphicons are being shown with a nasty offset: <div class="form-inline"> <div class="form-group col-xs-6 has-feedback has-error"> <input data-placeholder="Your Latitude" id="latitude" name="latitude" type="text" class="form-control"> <span class="glyphicon glyphicon-remove form-control-feedback"></span> </div> <div class="form-group col-xs-6 has-feedback…

VIEW QUESTION

why is one glyphicon displayed but not the other? – Twitter bootstrap

I'm using Twitter Bootstrap v.3 on this page and I have the following markup in the page footer: <footer class="footer text-center"> <span class="contact-point"> <span class="glyphicon glyphicon-earphone"></span> 087-2562153 / 01-2876730 </span> <span class="contact-point"> <a href="mailto:[email protected]"> <span class="glyphicon glyphicon-envelope"></span> [email protected] </a> </span>…

VIEW QUESTION
Back To Top
Search