PDA

View Full Version : changing width on horiz calendar


abel
12-03-2004, 11:36 PM
how can i resize the horiz calendar on my main page.

http://www.abellongoria.com/index.php

ive tried changing a couple of different values in the image_template.html file but im afraid to go further since i might really screw it up... hhehe

thanks
abel.

Connie
12-04-2004, 08:48 AM
Abel,

I am sure you already looked at the CSS-formatting in the template

well, I entered the calendar at my page into a DIV 'kalender'

.kalender {
position : absolute;
top : 450px;
left : 50px;
width : auto;
max-width : 70%;
padding : 0;
font-size : 10px;
font-weight : 110;
letter-spacing : -1px;
}

as you see I set width to auto and max-width to 70%

as this is CSS you can't really destroy anything, just keep a copy of the original template