Monday, February 1, 2016

How to align blog post date in center or right-hand side in blogger?

In blogger, by default, post published date will be above post title and on the left-hand side. But this is just by default. If you want this date to be in center or on right-hand side, you can have by adding a stanza of customized secondary CSS.

Let me guide you step by step in re-positioning a post published date either in center or right-hand side of the post body. 

Step 1
Login to your blogger account

Step 2
Select the blog (if you have more)

Step 3
Select the drop-down menu of the blog

Step 4
Select template button

Step 5
Click on customise button

Step 6
Click on Advanced

Step 7
Scroll down

Step 8
Click on Add CSS

Step 9
In add custom CSS, copy and paste the given CSS code:

.date-header {
text-align:right;
}

Step 10
Click on Apply to blog. View blog. Post published date be re-positioned. And if you want that date to be in center, you can just change red font in step# 9 into center.   

No comments:

Read our comment Policy to know your rights & responsibilities before actually leaving a comment for this article.

Related Posts Plugin for WordPress, Blogger...