Change size of the event cards

Hey Max, I hope you are doing well. Question. How do you change the size of the Calendar boxes? I’d like to see them reduced by 50%. Thanks for your help. Jeff

1 Like

Hi there, @Jeff_Howard :wave:

Please try to use this code in the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

.eapp-events-calendar-masonry-item-inner {
  min-height: 0;
  max-width: 300px;
}

Hey Max, thanks for your reply but I don’t see the code you mentioned. I’m new to this site so perhaps I’m looking in the wrong place.?

1 Like

Oh, I am so sorry!

I’ve readded it and now it should be visible. Please try it out and let me know if it worked :slightly_smiling_face:

Don’t you apologize, you’re helping me. Thanks

1 Like