thank you very much :)
I am a newbie, sorry for that.
So i have to add all 4 classes in the custom.css and add some pixles ?
I just want the whole calendar to be 100px more to the right.
thank you very much :)
I am a newbie, sorry for that.
So i have to add all 4 classes in the custom.css and add some pixles ?
I just want the whole calendar to be 100px more to the right.
i edited the custom.css file:
.clock{
position: relative;
left: 100px;
top: 20px;
}
.calendar{
position: relative;
left: 100px;
top: 100px;
}
I changed the pixlenumbers often and nothing changed. The clock works perfectly
Hey guys,
i want to chnge the position of my calendar.
I changed the position of the clock and it works fine, but the calendar keeps loading at the same place.
How can i fix this?