Can confirm, an issue for me too on 5.3.2.1
Default Page template, Tribe Events Style with Enable updated designs for all calendar views ticked.
I have only Month selected and Default View is set to Month, yet List view is showing and not Month view. I can however use the selector to tick Month but it is displaying List when it shouldn’t be, particularly on mobile. Hope this gets resolved soon.
Thread Starter
jnrntn
(@jnrntn)
After some further fiddling, it would seem the below does the trick.
.um-profile-nav {
display:flex!important;
justify-content: center!important;
}
-
This reply was modified 5 years, 3 months ago by jnrntn.