Hello,
I am using WordPress with the Divi theme, and did not manage to display correctly the calendar widget in my (thin) sidebar so far.
After looking at some docs, I managed to try with success the following code (added in my Custom CSS section of the Divi theme):
.tribe_mini_calendar_widget {
font-size: 8px;
}
And it is correctly interpreted, see the attached screenshot for which the font of the calendar widget are properly set.
However, what can I use in order to fit properly the whole calendar within my sidebar?
Many thanks!