I’ve been tinkering with this calendar for a couple of days. For some reason the first two columns are loading too wide and compressing the rest of the columns in the calendar. I can’t seem to locate where the width directive is coming from.
You have a style in the header as well (hardcoded??) that reads
.entry-content td {
border: none;
width: 50%;
}
That is your issue, remove that and the calendar kicks back in.
You also have a jQuery error you have on the page. There is a script in the header that has an uncaught type error. Probably not related but worth fixing in case it causes issues with other scripts.
The support post ‘Calendar Column Width Craziness’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.