Tutorial : How to Center your Post and Date Titles in Blogger
Go to Blogger Dashboard >> Click on Template >> Click on Customise >> Click on Advanced >> Now scroll down and click on Add CSS >> Now paste the below mentioned code into the box and Click on Apply to Blog.
|
Before aligning your Post and Date Titles in Blogger |
To Center your Post Title use below CSS Code
.post-title {
text-align:center;
}
To Center your Date Title use below CSS Code
.date-header {
text-align:center;
}
|
After aligning your Post and Date Titles in Blogger |
Happy Blogging!