PDA

View Full Version : Calendar messes up right section


Cubfan
08-21-2005, 03:47 PM
Just made an installation on my test site, and the display of the calendar kinda messes up the display of the right gutter on my template.

It's the only module that does this, and I'm figuring there's a simple configuration entry I need to change somewhere, but don't know where to start.

Here's the url of my test site: http://wesley.siverly.net

Cubfan
08-21-2005, 04:54 PM
OK, I fixed it. Edited the essstyle.css to change the calendar width to 150px instead of 175px, and now all is well.

I wonder why it uses the default font from my Mambo template instead of the "font-family: Geneva, Verdana, Arial, sans-serif;" as stated in the .css file in the theme?

Brian
08-21-2005, 09:28 PM
You may has assigned this to the TD element using CSS elsewhere on the page?

Cubfan
08-21-2005, 11:13 PM
Sorry, Brian... didn't quite get that. Could you say a bit more?

Brian
08-22-2005, 10:29 AM
I wonder why it uses the default font from my Mambo template instead of the "font-family: Geneva, Verdana, Arial, sans-serif;" as stated in the .css file in the theme?

There may be more CSS that was already on the page or provided by the Mambo template. This CSS may tell ALL Table Elements to use a particular font, overriding the CSS of the calendar.