Quote:
Originally Posted by wilburshere
i like it installed both forum sidebar and cms widget very nice would like the widget smaller 240px but i can live with it
|
For the CMS widget? Replace the countdown_cms.css contents with this, should fit nicely into a 240px block. (though the font is a little small for my own liking)
You can play about with the css file (possibly change the font-family and some of the padding to suit)
Code:
#countdown {
height: 42px;
padding: 2px 0 2px 0;
}
.dash {
width: 19px;
height:38px;
float: left;
margin-left: 12px;
padding-left: 12px;
border-left: 1px solid;
position: relative;
}
.first {
margin-left: 18px;
padding-left: 0;
border-left: 0;
}
.dash .digit {
font-size: 1.3em;
font-weight: bold;
float: left;
font-family: Arial, sans-serif;
color: #5C7099;
position: relative;
}
.dash_title {
position: absolute;
display: block;
bottom: 0px;
right: 0px;
font-family: Arial, sans-serif;
font-size: 8px;
color: #5C7099;
text-transform: uppercase;
letter-spacing: 0px;
}