I'm trying to make three different boxes appear all in one row (for now they are only 'test') http://www.monetizemyweb.com/wordpress/ As you can see, one of the tests does not line up with the other two. How do I make it so that it does? Thanks
.infoboxes has a width of 940px .box has a width of 310px and margin of 0 5px 0 5px which gives it an extra 10px width so total width is 320px 320px x 3 = 960px Therefore 3 .box's cannot fit inside .infobox which is why the third one wraps underneath the others. Reduce the width of .box and it will work fine.