CSS
.col-3 {
width:31.5%;
float:left;
margin-right:1.8%;
margin-bottom:1.6949%;
display:block;
}
.last {
width:31.5%;
float:left;
margin-right:0;
margin-bottom:1.6949%;
display:block;
}
When using the code above, the images on the right should have a margin of 0. However, they are still displaying with the same margin as the col-3 class.