Good morning.
I need to reopen the issue because of some updates.
the original thread is here
It turns out that I didn't solve the issue as I thought, the additional t3 mainbody was just pushed down in its original position.
However, the issue is that when adding menus setting up a multilanguage issue (an additional menu for each additional language), the t3-mainbody comes up; it's where it tries to retrieve articles from selected categories, since the menu type of the home page is "Featured Articles". If it has no articles to retrieve, you just get the white empty space. I managed to make it disappear by adding
.t3-mainbody {
display:none !important;
}
to the custom.css file.
but clearly is just a workaround.
Please note: I replicated the issue on a fresh install of the template, from a kickstart package.
I'd assume it's a common problem and that would be great to solve it properly.
Thanks