Hi,
Thanks for using our plugins. I can help out some on theme compatibility issues, but not able to provide all the coding.
I found this css to make the sidebar show to the right and the event content on the left:
.tribe-is-responsive #left-area {
float: left;
width: 70%;
margin-right: 2%;
}
.tribe-is-responsive #sidebar {
width: 28%;
float: left;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
You may have to play around with the coding to get it to display how you want on mobile devices.
Thanks