So I have read around and all the tutorials I have found told me to do the same basic things. However when I do this
Code I am useing:
.center{
width: 50%;
margin: 0px auto;
}
It takes the six items I have and centers them but doesn’t put 3 on a line(I am using bootstrap with 6 span3 divs that should make 3 and 3).
Any ideas?
In bootstrap you need to follow this pattern:
Are you trying to center the 3 spans?