Good evening JamesĀ and welcome back!
Thank you for reaching out to us.
I would love to help you with this topic.
As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?
https://theeventscalendar.com/knowledgebase/sharing-sys-info/
In the meantime, I believe some simple CSS could work.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.home .span_1_of_3 {
width: 30%;
float: left;
display: block;
}
.home .span_2_of_3 {
width: 60%;
float: left;
display: block;
}
Have a good weekend,
Geoff B.