Hello
Above the post the date is aligned to the right, but the post title is to the left.. I would like to have them both to the left side
How do I make this?
Fetching latest tweet ...
Hello
Above the post the date is aligned to the right, but the post title is to the left.. I would like to have them both to the left side
How do I make this?
Add to custom css:
.post-meta {
float: left;
}
But it will run up against categories if you are displaying those as well.
This topic has been closed to new replies.