PDA

View Full Version : Setting Calendar Width?


WCA
01-14-2006, 10:49 AM
Great product. Very impressive for 20.00!

I'm a relative newbie to this, but I have played around with Mambo and CSS before.

http://clayasbury.com/stonypoint/mambo/index.php

I'm using the default template that Mambo has now as a proof of concept for my church.

The calendar appears but is too big for the right column and seems to ignore any width changes I make inside essstyle.css. I have set the width for it and the nav table, but it doesn't seem to obey.

When I put it on the left side, it grays out as you can see. Perhaps this is simply a matter of setting bg and font colors.

Sorry if this is a repost. Any guidance appreciated.

Cheers,

Clay

ve9gra
01-15-2006, 10:01 AM
This requires a few modifications... but they're easy enough.

First, a new module (attached to this post).

Second, add the following to your "esstyle.css" from which ever theme you're using for your calendar. .epc table {
padding: 0px;
width: 175px;
}

Change the width to match what you've set for your .mainTable and .navTable.

WCA
01-19-2006, 07:18 AM
Thanks Ve9gra. I think there was something odd about the Water and Stone template I was using.

I changed the template to some other free ones available and it worked properly. I also added your snippet too for good measure. <img>

Thanks for the quick reply!

Cheers,

WCA