Align an image to centre in bootstrap
use class “centre-block" There is .center-block class in Twitter Bootstrap 3 (Since v3.0.1), so use: <img src="..." alt="..." class="img-responsive center-block" />