I'm doing a bootstrap carousel but when defining:
<div class="col-sm-12">
With the 12 if it appears centered on the screen, but if I want to make it smaller for example:
<div class="col-sm-8">
With the 8 comes more stuck on the right side of the screen. Do you know how I can center it?
I would really appreciate your help.