Thanks for that idea. I cleared everything and still can't get it to work.
I probably am trying to style the wrong element, or just not coding it correctly, since my intuitiveness on this stuff is not all that good.
Here is the page I'm trying to work on http://vegetables.wisc.edu/archives.test
Is this where I need to code for the file title:
.wpfilebase-filetitle {
float: left;
font-size: 10px;
margin: 0 0 4px 8px;
height: 40px;
}
and this for the details of the file?
.wpfilebase-filedetails {
clear: both;
font-size: 12px;
width: 250px;
margin: 0 -50px 0 0;
padding: 0;
}
Thanks.