Adjacent to one another are 3 divs styled with classes as follows:
<div class="col-sm-12 col-md-4"></div>
Is there a way for me to include margins on the left and right sides of these divs? When I try to add them manually - such as margin-left or right 15px - it disrupts the layout and the divs no longer appear side by side.