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;}

Ta bort Prenumerera på: Inlägg (Atom)

Ta bort eller kommentera bort följande mening på rad c:a 1240 med <!--   -->  :

<b:include data='feedLinks' name='feedLinksBody'/>

Remove "Home" link under the post

How to Remove “Home” link under the post in Blogger
In the Add Custom CSS paste following CSS code:

#blog-pager {
display:none;
}

.footer-outer {
    border: none !important;
}  
< Press enter after character above - do not include this text in the code when you do this - this is just a tip>