Hello,
I have been working on customizing the contempt theme. I almost have it the way I want it except for the date. I would like it BEFORE the post title. The date is using the <small> tag. I can add padding to move it to the right and I can specify the font, size and even put a bottom border, but I can't seem to find out how to move it to above the post title. Below is the style for the small tag. Any help would be greatly appreciated. Thanks.
Pamela: http://theposhbox.wordpress.com/
small {
margin:0;
padding:0 10px 5px 0;
line-height:1.5em;
font:italic 90% Georgia, serif;
color:#f7528d;
border-bottom:1px solid #fcc6da;
}
The blog I need help with is theposhbox.wordpress.com.