After each line of boxes, they have inserted this on the demo page:
Code:
<div style="clear: both;"></div>
But a better approach is to do this:
Code:
.section {display: inline-block;}
However, your page is complicated by having boxes within boxes (the widgets inside the sections) which makes this quite a mess to deal with.
Off Topic:
I can understand why a template provier would not want to help with issues like this. This sort of thing is a job for a web designer who knows code and who is being paid for the work.
Bookmarks