I LOVE this theme
I am having a issue where the first letter in every post I make though goes up to the post title line, in the upper right hand corner.
Did I maybe miss something or something I could try to fix it?
Other than that it's great stuff.
thanks
David
***UPDATE - I notice its only if I start off with a single letter like "I like the site" etc. If its a normal word longer than a single letter it posts fine.













Answer...
Daviton, yes you are right, the way the current CSS sheet is styled, it caused a single letter to go onto the title line. Here's a way to fix that. Find this code in the style.css file:
.contenttitle {float: left;
width: 500px;
margin: 0px;
padding: 0px 0px 0px 10px;
}
Increase the width by a pixel or two, and see if that makes a difference. If not add another pixel until you see the single letter on the appropriate line.
Post new comment