I put the Events List Widget in the home page with 3 events. When there are only 2 following events in the database, the columns are not well presented.
In order to prevent that, I tried to use break-before, break-inside, break-after (and the corresponding -webkit…) but I does not work.
The only way I find to obtain something, it’s to add “display: inline-block” in the css class .tribe-events-list-widget.
It works on Firefox and Edge, but not on Chrome (the events are displayed vertically, one above the other).
I have tried to temporarly put 2 events for the Widget, but the number of columns still remains at 3.
How can I make it works ?
Thanks for your help (and sory for my English).