Archived topic
The Events Calendar display is not full page
9 replies · Started by Kerch on February 6, 2022
I'm running a child of GeneratePress in a staging site here: kerchmcc.dreamhosters.com/glade.
I have installed GP Premium (both GP and GP Premium are up to date)
The events calendar WAS working but has started only displaying as a small "Sidebar" looking display.
I've turned off all the plugins except TEC and no change. I have commented out all the css changes relating to tec, no change.
I tried the parent theme, no change
HOWEVER, if I use Twenty Twenty-Two, it displays appropriately.
I have updated to WP 5.9 but I'm not sure exactly when/where in that process the problem started.
Help?
I don't know where else to go
Hi Kerch,
Can you point me to where I should be looking at?
And what should it look like?
Let me know :)
Sorry.. I should have included it: https://kerchmcc.dreamhosters.com/glade/calendar/
Hi Kerch,
Try add this CSS:
.tribe-common.tribe-events {
flex: 1;
}
Let me know :)
Thanks.
That fixed it!
You are welcome :)
Hi!
I'm having the same problem as seen here: https://ovrotary.26point2designs.com/events/month/
I added the code mentioned above, and although it looks a little bit bigger than before the code, it's still not right.
thank you!!
Hi there,
it looks good to me - that codes tells tribe element to fill the available container width which it is doing.
What were you expecting ?
Hi! I figured it out after I sent in the question :)
I had the default display set to "canvas" but changed to "tribe default event"...then it worked.
Thank you!
Glad to hear that!