Can someone take a look at http://collegebasketballtalk.com? Just started this blog.
After the post, there's a link to the categories and a link to the comments. I want to make the FONT smaller on those two items and I also want to get them onto THE SAME LINE.
Please help!!!
Thanks.
bigez,
Look for the following style in your style.css.
.meta-bottom .alignleft {
width: 70%;
}
Now comment it out like so:
/*.meta-bottom .alignleft {
width: 70%;
}*/
That did it... now, where in the code do I make the font of that line smaller?
bigez,
Add your font size to both .alignright and .alignleft.
.alignright {
font-size: 10px;
float: right;
margin: 0 0 8px 8px;
}