Conversation
supportHi 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!
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!