Hi.
Sorry to be late getting back to this (Christmas you know!), but the problem cannot be resolved by me. As for the suggestions:
– list view would not be usable in this case. Our site is part of a multisite setup for our RV club. The Regional And National sites use the calendar view, and want to integrate them into the unit (our website) view.
– The current theme used a width of 800px. I have increased the width to 1900px and all that happens is that the calendar is stretched out with the right (Saturday) side still missing the outer boundary. If I reduce the display area to less than 800px, the right side becomes more and more truncated.
– I tried another theme and didn’t have this problem but I would prefer to keep the theme we are using.
– Strangely enough, the widget display works properly. I can change its height, width, table border size and color, etc. etc. Any changes I make to the main calendar table are ignored except for changing the font colors.
I am sorry to say that the test site is unavailable. However, you can see the problem on our production site at ontarioairstream.wbcci.net selecting menu item “Unit Calendar”. I have set up the page layout with the total width of 800px, the content size of 580px, and the sidebar of 220px. This shows the problem at its extreme with the Saturday column completely removed.
The CSS code that I am using follows.
.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
width:100%;
/* was #333333 */
color:#8c0005;
text-align:center;
}
.gce-page-grid .gce-calendar{ /* Main calendar table */
width:100%;
border-collapse:collapse;
/* border:1px solid #CCCCCC; */
border:3px solid #8c0005;
/* was #CCCCCC changes color of day numbers */
color:#8c0005;
}
.gce-page-grid .gce-calendar th{ /* Day headings (S, M etc.) */
border:1px solid #CCCCCC;
text-align:center;
width:14.29%;
padding:0;
}
.gce-page-grid .gce-calendar td{ /* Day table cells */
border:1px solid #CCCCCC;
text-align:center;
height:80px;
vertical-align:middle;
padding:0;
}
/* WIDGET GRID */
.gce-widget-grid .gce-calendar .gce-caption{
text-align:center;
}
.gce-widget-grid .gce-calendar{ /* Main calendar table */
width:100%;
/* Was #333333 */
border:3px solid #8C0005;
border-collapse:collapse;
}
.gce-widget-grid .gce-calendar th{ /* Day headings (S, M etc.) */
width:14.29%;
border:1px solid #CCCCCC;
text-align:center;
}
.gce-widget-grid .gce-calendar td{ /* Day table cells */
color:#CCCCCC;
width:14.29%;
border:1px solid #CCCCCC;
text-align:center;
}
.gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
cursor:pointer;
color:#8C0005; /* text color */
font-weight:bold;
}
Thanks for any suggestions… Tom.