CENTER YOUR PAGE TABS IN BLOGGER

HOW TO CENTER YOUR PAGE TABS IN BLOGGER
In the template designer, click on “Advanced” and “Add CSS” and add the following code to the box:
.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}