Hi,
Please apply the following CSS to resolve the error messages getting cropped at the edge of the content:
body article.hentry {
overflow: visible;
}
The theme does not employ z-index on its sidebars. The overlapping happens simply because of the order of elements in the markup.
#main {
z-index: 1;
}
This wouldn’t be a problem if the form had a limited width within the content.