Tuesday, August 18, 2015

How to center align page list/tabs in Blogger?

When we place page tabs above the post body and below the blog description statement, by default they will appear on left-hand side corner. If you like them there, it's no problem. But if you wants to take them to center, incorporate following steps in your blog:
   
 
Login to your blog>Click on Template>Click on Customize>Click on Advanced>Scroll down and click on Add CSS>Copy the given CSS and paste in Add Custom CSS blank white area:
.PageList li {display:inline !important; float:none !important;}
.PageList {text-align:center !important;}

Once it's being added, see whether your pagelist gets center-aligned or not. If it does then you have got it right. Click on Apply to Blog. You're done. You can also do customization there. If you want them displayed at right-hand side, change center into right.

But all above steps assume you have page list being added unto your blog and being placed above post body and below blog description statement. Make sure they are there in your blog these customization steps are incorporated. Cheers!

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...