After doing some research, I noticed that all the tutorials I came across recommended following the same steps. However, when I implemented the code below:
.center{
width: 50%;
margin: 0px auto;
}
It centered all six items but didn't align them in 3 columns as intended (I am using Bootstrap with 6 span3 divs). Any suggestions?