If parts of your page are overlapping or appear in odd positions, try checking the following. The page is divided into three sections, each of which is represented by a DIV tag. With the Code window visible (see instructions), check their code as follows:
<div class="region" style="top: 5%; left: 0px; width: 60%;
height: 95%;">
<div class="region" style="top: 5%; left: 61%; width: 39%;
height: 95%;">
<div class="region" style="top: 0px; left: 0px; width: 100%;
height: 5%;">
Now be sure to save your page in the editor. Now when you refresh the page in the browser, it should be laid out properly.