Hi dillsteroo,
This one is a bit tricky. If you take a look at the code you will find that just before the third featured box there is <div class=”clear”></div> that automatically sends box 3 and 4 to the second row.
What you need to do is go to the Max Magazine folder, then to JS, and double click on custom. There, look for <div class=”clear”></div> and delete it.
Afterwards, go to your CSS and look for the #featured-categories .right-side class and replace it with the following:
#featured-categories .right-side{
margin-right:10px;
margin-left: 10px;
}