We have the very same problem.
Thread Starter
Dirk
(@dirkhag)
@aprilschmitt27 Ok thank you for your reply. I hope there is a fix or workaround for this issue.
You can check and modify this custom CSS – https://pastebin.com/G2hhExew
Thread Starter
Dirk
(@dirkhag)
@angelo_nwl This doesn’t help either. Sorry.
Dirk & Angelo,
My daughter suggested the below and it works for me:
Add this in the WordPress “Customize > Additional CSS” area:
/* Override CSS bug that causes EM mini calendar to display incorrectly on screen under 600px width */
.widget_em_calendar tbody td {
display: revert;
}
Thread Starter
Dirk
(@dirkhag)
@aprilschmitt27 Your daughter is a genius. Thank you! However it is not 100% the same as it has been before. If you rotate your display in landscape mode you’ll see how it should be (showing the month and arrows to navigate to other months in future or past).
Maybe your daughter has also a solution for this! Thank you!
Hi Dirk,
My daughter has a newborn and 2 other kids under age 6, so she’s super busy. I didn’t have the heart to ask her to look at it again.
Hi Angelo,
I’m hoping that your Devs could use her partial fix as a clue as to what needs to be reverted:
/* Override CSS bug that causes EM mini calendar to display incorrectly on screen under 600px width */
.widget_em_calendar tbody td {
display: revert;
}
Regards,
~April
Another clue: This appears to work normally while using an Edge browser. However, problem while using: Firefox, Chrome, or Brave.