Hi, I have upgraded to the latest version and my mini calendar widget has gone all strange. Its shape is odd and the colors are a little weird.
Is there any reason for that.
I have two sites– one with the old widget (licpost.com) and the new site (sunnysidepost.com) with the new widget. What is causing the distortion of the new widget. Thanks
It looks like some simple CSS styling issues… Try adding the following CSS to your theme’s style.css file:
.tribe-mini-calendar td {
padding: 4px 0;
}
.sidebar .tribe-mini-calendar-nav span {
margin: 0 15px;
}
Because your sidebar is so narrow, you may need to do some additional CSS tweaks to get things looking better. Hopefully this gives you a good starting point though.