ai1ec All-In-One Event Calendar Mini monthly in sidebar aside
-
I’m converting a site from Ajax Event Calendar to the All-In-One Event Calendar. In our theme, we have been used the Ajax Event Calendar mini calendar in the sidebar. The events show as colored boxes. The user can click a box in the mini calendar and be shown the event detail.
I have put a month-view All-In-One calendar in my sidebar. With CSS, I decreased the font size to 5px, so the letters are not readable, but the colored boxes show up. The calendar width adjusts to the sidebar width. Hovering over these boxes, the event details show up right away.
My problem is that I can not change the height of the rows in the monthly calendar. My CSS is showing up in Firebug,and in the Chrome programmer tool, as if the new height in my CSS is being accepted. But no matter what css I put in, the row height is always 95px. Here is some of the css I have tried:
‘aside .ai1ec-month-view tr.ai1ec-week,
aside .ai1ec-month-view tr.ai1ec-week td {
height: 40px !important;
}’Where is this 95px height coming from, and am I able to change it?
Thanks.
- The topic ‘ai1ec All-In-One Event Calendar Mini monthly in sidebar aside’ is closed to new replies.