Hello,
When I re-upped my license, the monthly calendar was too wide for the page (right side disappeared). I used the following css in my child .css file to help the main part of the calendar and that worked nicely:
.tribe-events-month {
width: 95%;
}
.tribe-events-content-wrapper {
width: 95%;
}
However, I still can’t get the “View Month” above the calendar to show completely. Could you give me some ideas to get that to show properly on the page? I have tried:
width: 95%;
}
but that didn’t work… Any help is greatly appreciated.
Many thanks!
Jayne