Thank you for the screenshots.
Firstly remove the suggested Custom CSS mentioned in the previous post. Then replace the following in your templates nexus.css (/templates/j51_enterprise/css/nexus.css)...
#container_main .wrapper960 div {
box-sizing: border-box;
overflow: visible;
}
With...
#container_main .wrapper960 div {
box-sizing: border-box;
}
Ciarán