<div class="row">
<div class="col-md-6 col-lg-4">foo</div>
<div class="col-md-6 col-lg-4">bar</div>
<div class="col-md-6 col-lg-4">baz</div>
</div>
Considering on medium devices this will print the last column below the other two, how can I horizontally center it?
2
Answers
You can use this class to center the div on medium devices.
You need to insert justify-content-center and use button for better solutions , you can use button , div ,or span tag with you needed , example code like this
Display