Hello,
Suddenly, the columns on the event calendar widget are broken? There is CSS to fix them to 3 columns, but now they are crunched and clearly broken.
Has there been an update? CSS broken?
Please help.
Website: William Hanson | Events
Hello,
Suddenly, the columns on the event calendar widget are broken? There is CSS to fix them to 3 columns, but now they are crunched and clearly broken.
Has there been an update? CSS broken?
Please help.
Website: William Hanson | Events
Hi there, @John-Paul ![]()
I deeply apologize for all the inconvenience!
I’ve passed this issue on to the devs and will report back once it’s fixed ![]()
Have seemed to have fixed it for now, I don’t know how or why, but apparently fixed, FYI!
Hi there, @John-Paul ![]()
Thank you for waiting!
Yep, our devs adjusted the code to display events in 3 columns. Here is how it looks now ![]()
@media(width >=1070px) {
.eapp-events-calendar-grid-item-container {
width: 33% !important;
}
}