Took out the date… Now how do I erase the Indent?
-
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: (visible only to logged in users)
-
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; }
- The topic ‘Took out the date… Now how do I erase the Indent?’ is closed to new replies.