Eventbox custom size for Desktop view

Hi I have antoher question, Can I change Box size to larger for PC Desktop view only? I have managed to change size of filters but can find out code for the boxes.

Best regards

1 Like

Hi there, @user21789 :wave:

This CSS code should help:

@media (min-width: 1000px) {
  .eapp-events-calendar-masonry-item {
    width: 50%;
  }
}

Please try it out and let me know if you like the result :slightly_smiling_face: