Hi Dirk – Welcome to the community.
Your theme’s container has no background – it’s transparent. therefore, anything DOM element underneath will protrude through.
While hacking a theme is not in our scope, let’s do it so we can tackle this issue:
1) Add this CSS to your theme. What it’ll do is add a white background to the .main-wrap class element:
.main-wrap {
max-width: 1128px;
background: #fff;
margin: 0 auto;
}
2) Then, simply revert back to the body element as the DOM element in our plugin.
That should do it.
On a side note and worth noting is that in the near future, we’ll be removing our forums as we now have a helpdesk which can be reached directly at support@99robots.com – Thank you.