The default size on the mini calendar is too big for the site I’m working on.
As per instructions I found on the help desk answering a similar question, though much of that conversation was private, I added the following CSS to my child:
/** Change width of calendar */
.tribe-mini-calendar-wrapper {
width: 80% !important;
}
.tribe-mini-calendar div[id*=’daynum-‘] a {
padding: 0 0 15px 0 !important;
}
That didn’t change anything. Can you let me in on what I need to do to make the widget narrower?
Thanks,
Peter
Ps. I supplied a link to the blog post that demonstrates the problem.