Hi There,
Thanks for writing in! The plugin settings were set to have 60% width for the contents of the page. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.single-ajde_events .evo_page_content.evo_se_sidarbar {
width: 100%;
float: none;
}
.single-ajde_events .x-colophon.bottom {
clear: both;
display: block;
}
Hope this helps. Please let us know how it goes.