WPIntell

Source evidence

date badge too big with v 3.7.9

My Calendar – Accessible Event Manager · support · 2026-05-05T14:59:00+00:00

neutralsentiment
lowseverity
0.43relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
dillhausen resolved
Hi Joe, I just upgraded my test site from v3.7.8 to v 3.7.9 and noticed that the size of the date badge in the upcoming event list has increased significantly. Please compare the upcoming event list in the right sidebar on the test page (which is on v 3.7.9) with my live page (still on v3.7.8). Maybe this modification was made on purpose, but I don’t like it… So, if it was not made on purpose, please revert it to the previous size. If it was made on purpose, maybe you could give me a hint how I could restore the original size with some magic custom CSS? Thanks a lot Dillhausen The page I need help with: [ log in to see the link] Hmm. The change I made was just to add line breaks in the HTML; but it looks like your theme is processing that through wpautop , which is resulting in br tags being inserted at each line break. Annoying. You can resolve this by adding .mc-date-badge br { display: none; } , however. Thank you so much! That CSS did the trick!

Comments

2 shown
Joe Dolson 2026-05-05T19:58:00+00:00

Hmm. The change I made was just to add line breaks in the HTML; but it looks like your theme is processing that through wpautop , which is resulting in br tags being inserted at each line break. Annoying. You can resolve this by adding .mc-date-badge br { display: none; } , however.

dillhausen 2026-05-05T22:25:00+00:00

Thank you so much! That CSS did the trick!