Hi Shelley,
I’m sorry that the list view widget is showing up differently for some of your users…I am also seeing the first (smaller) view in my browsers. Are you able to find out which browsers (and which versions) these users are seeing this in?
One thing you could do is set a max-width on the container, which should prevent the widget from ever displaying greater than a certain width. For example:
.tribe-mini-calendar-event {
max-width: 500px;
}
Things do sometimes show up differently in different browsers (especially older browsers), but we do try to minimize this as much as possible. Let me know if that fixes this for these users! Please note that we are limited in the amount of support that we can provide for CSS customizations, but I will try to point you in the right direction with this if the above CSS doesn’t help 🙂
Thanks,
Jennifer