Event calendar columns broken - urgent!

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

1 Like

Hi there, @John-Paul :waving_hand:

I deeply apologize for all the inconvenience!

I’ve passed this issue on to the devs and will report back once it’s fixed :slightly_smiling_face:

Have seemed to have fixed it for now, I don’t know how or why, but apparently fixed, FYI!

1 Like

Hi there, @John-Paul :waving_hand:

Thank you for waiting!

Yep, our devs adjusted the code to display events in 3 columns. Here is how it looks now :slightly_smiling_face:

@media(width >=1070px) {
  .eapp-events-calendar-grid-item-container {
    width: 33% !important;
  }
}