Hi.
I've just installed the Calendar module and placed the following tag in the page {cms_module module="Calendar" table_id="big"}
The problem I'm having is that the whole calendar is very large on the page, is there any way of making it smaller?
I used the example css code that came with the module, but I can't see anything in it that enables me to switch between small and big.
Thanks.
Mike.
Small calendar
Re: Small calendar
Hi I don't know if this will help but you'll have to actually edit the css to make the cell sizes smaller. I noticed when I had the calendar up that the other display option was for more of a list of events. Meaning that there was no 'small' calendar as such, but either 'big' or a listing.
To change the widths of the big calendar, you'll have to edit at least the css entries #big th and #big td and then probably the margins and padding of each cell.
Having said that what I found was that as it is, the text wraps awkwardly if there's more than a couple of words in the calendar entry, so if the cells are smaller you may have some display problems.
To change the widths of the big calendar, you'll have to edit at least the css entries #big th and #big td and then probably the margins and padding of each cell.
Having said that what I found was that as it is, the text wraps awkwardly if there's more than a couple of words in the calendar entry, so if the cells are smaller you may have some display problems.