I'm sure there have been a million questions of this bent, but I'm having trouble getting the columns in my grid layout to work. I'm currently trying to recreate this website using Bootstrap 3.3.5, but for some reason, my columns haven't been showing up. I'm pretty sure they're nested properly--obviously there's something I'm missing!
Here's the code I'm working with:
So you're very close with the class name but you have:
col-m-4
and the proper class would be:
col-md-4
like so:
<div class="col-md-4">