I have the custom CSS option, so I removed the date on my posts with a code I found on the internet. But now, the post is still indented as though there's still a date box there. Any suggestions?
The blog I need help with is signsnw.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I have the custom CSS option, so I removed the date on my posts with a code I found on the internet. But now, the post is still indented as though there's still a date box there. Any suggestions?
The blog I need help with is signsnw.wordpress.com.
If you are talking about the white space on the left side of the posts, that is a left margin setting in .entry.
Add this to your custom CSS.
.entry {
margin-left: 0;
}
This topic has been closed to new replies.