Need help centering blog date/time/comments below post titles.
-
Hey there. I changed up some things on my blog with css and so things are a little bit tricky. I moved my sidebar from the right to the left so I’m having a hard time centering the few things below my blog post titles. I want to center the time, date, and comment button as well as the author name. How can I do this? Will I need to add margins? Also, what css will I need to add. Thanks! :)
The blog I need help with is: (visible only to logged in users)
-
-
Hi there, you can use the following CSS to center the meta data below the post titles.
.entry-meta { text-align: center; }Your site is looking great, by the way. :)
- The topic ‘Need help centering blog date/time/comments below post titles.’ is closed to new replies.