How to center a button in Bootstrap? Add class .text-center to the parent div to align any item inside to the center. <div class="text-center"> <button type="button" class="btn btn-primary">Centered button</button> </div> Much more examples and a detailed description can be found at π Documentation page