BLOGGER HELP: HOW TO CENTER POST TITLES IN BLOGGER

 

Have you ever wondering how you can make your Blogger Post Title and Date goes into the center of your post (see picture below). So Here is my simple and quick tutorial on how you can center your Blog Title Post and do it all through the basic template editor in your Blogger. Just paste some code 😉 to the CSS section in the Template design! and off to go! your post is in the center now!

HOW TO DO IT 🌻

🌻 Make sure you logged in to your Blogger account
🌻 Go to your Theme section that you can see on the left side
🌻 Then Click the Customize button
🌻 Then go to the Advance section on the left
🌻 Just Scroll down and look for Add CSS
🌻 Then paste the code ( see picture below)

Once you are in there, you’re going to add the following codes. Simply copy/paste them into the Add CSS fields and you’ll see that the format will immediately apply into your page. Just don’t forget to click the “Apply to Blog” to save it 😉.

Copy and paste the code on your CSS

CODE TO CENTER YOUR TITLE POST 🌻

.post-title {
text-align:center;
}

.date-header {
text-align:center;

}
Code to center your Gadget Headers in Blogger:
.widget {
  text-align: center;
}

 Code to center your Tabs in Blogger:
.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}

Don’t forget to Save!

You can also leave out any of these if you want and just pick and choose which things you want to centered and which you do not. Hope my simple tutorial helps you guys! for a beginner like me this simple tutorial is really a big help! Let me know if you guys like your new format. Tap my back and say thanks hihihi 💜💋




Continue reading “BLOGGER HELP: HOW TO CENTER POST TITLES IN BLOGGER”