mespinelli
Member
Posted 10 months ago #
Hello,
I was wondering where in the CSS/PHP files is the attribute to adjust the width of each calendar date cell. I have decently large event names and they are gettign scrunched up in the calendar. I would like to make the width bigger so the event names can fit on one or two lines.
I searched around looking for a solution to this but all answers corresponded to an older version of which the code is different.
Mike
http://wordpress.org/extend/plugins/ajax-calendar/
http://wordpress.org/extend/plugins/ajax-event-calendar/
pandit
Member
Posted 6 months ago #
I also have this problem - Anyone
AnnaUC
Member
Posted 6 months ago #
I have a similar problem, my event titles won't wrap. So I need to be able to make the cells bigger or my titles wrap. http://www.clevelandunitingchurch.com/?page_id=25
Any ideas?
Thanks!
Sarathi
Member
Posted 5 months ago #
If you are using the weaver theme (its excellent if you are not, well worth changing) you can fix this problem by going to Appearance/weaverII Admin/Advanced Options/Head Section and entering into the Custom CSS Rules box the following code :
#aec-calendar tr td {
padding: 0 !important;
}