|
#1
|
||||
|
||||
|
changing width on horiz calendar
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. |
|
#2
|
|||
|
|||
|
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' Code:
.kalender {
position : absolute;
top : 450px;
left : 50px;
width : auto;
max-width : 70%;
padding : 0;
font-size : 10px;
font-weight : 110;
letter-spacing : -1px;
}
as this is CSS you can't really destroy anything, just keep a copy of the original template |
| Post Reply |
| Thread Tools | |
|
|