have a look at using https://en-gb.wordpress.org/plugins/wp-fullcalendar/
Glad you’re enjoying the plugin.
Although we’re continually improving the code to improve responsiveness, I’m not aware of anywhere where we make the claim you mentioned. That said, there might be tweaks when can suggest to make the calendar work better with your theme.
Do you want to use the standard calendar that comes with Events Manager or the additional calendar plugin that mrppp mentioned?
Thread Starter
al2010
(@al2010)
I am using the standard calendar that comes with Events Manager, 5.6,1.
Any suggestions for tweaks would be gratefully recieved.
Many thanks
hi,
sorry but at the moment you need custom coding or custom css styling to make this work.
Thread Starter
al2010
(@al2010)
Thanks for posting in reply.
I am sorry – I should have searched previous posts more careful and obviously misread The Event Manager blurb.
The following worked for me, thanks to emmeemme.
https://wordpress.org/support/topic/full-calendar-responsive
table.fullcalendar { table-layout:fixed; border-collapse:collapse; width:100%;}
table.fullcalendar td { padding:0 !important; border:1px solid #000;vertical-align:top;}
table.fullcalendar tbody td {height:4em;text-align:left;overflow:hidden;}
table.fullcalendar ul {margin:7px 0 0 5px;}
table.fullcalendar ul li {margin:7px 0 0 0; line-height:normal;}
One-eyed pea, over and out!