I have been trying to deal with this for a while now with no success. I was hoping this might have been addressed in the newest version of Enfold (I have upgraded to 3.0.1) but it is the same result. Whenever I load Full Calendar jQuery plugin all the events show up as thin lines. It works fine in every other theme I have tested it in. Is there a known workaround or planned fix for this? I have tried messing with the css but since so much of it is set dynamically by the plugin, I’m not having a lot of success. See what I’m talking about here:
Hi tstirl!
Have you de-activated the plugin? I can see only shortcode on your page
Cheers!
Yigit
Yes, sorry, meant to update link. I created a new site on the network and set it up. Link is live here: http://www.trsd.net/broken-cal/broken-calendar/
Hi!
Add the following code to Quick CSS or custom.css:
a.fc-event{
max-width:none!important;
}
Cheers!
Arvish