PDA

View Full Version : Changing width of events


giantsfan98
07-11-2006, 08:39 PM
How do I change the width of the table that holds the event descriptions below the calendar? I asked my programmer and he said that the table is hard coded to 680 width somewhere and since the code is encrypted he doesn't see how to change it.

Any ideas? My clients surf at 800x600 (and think the rest of the world does too) so they are having to scroll since I put the calendar inside of a wrap on their site.

Thanks!

Brian
07-11-2006, 08:52 PM
All sizes and colors can be changed. I think you're talking about the List Mode. Open the template/modern.php file and modify:

.tableListings {
width: 680px;
border: 1px solid #006699;
margin: 0px;
padding: 0px;
}

jtice
07-26-2006, 07:59 AM
Brian,
I'm trying to modify the width of the List Mode calendar. I changed the css per the instructions here to "width: 600px;" but it doesn't change on the page. Is there something else I need to do for the change to be recognized?

**Nevermind–was editing the wrong file. I made the change in monthly.php and it's great (note: check inserted code for file to edit).




All sizes and colors can be changed. I think you're talking about the List Mode. Open the template/modern.php file and modify:

.tableListings {
width: 680px;
border: 1px solid #006699;
margin: 0px;
padding: 0px;
}