Monday

How to center your Blogger Pages link ?


In this post you will learn how to center pages link in blogger blog.

Read : Make undeletable, unrenamable folders







By default, most blogger pages links are on the left of the template. Not everyone like the pages left. If you want to center the pages follow the below steps.

Step 1. Go to Template > Customize > Advanced > Add CSS  ( old interface: Dashboard > Design > Template Designer > Advanced > Add CSS ).










Step 2. Paste the following code into the CSS window.


To center 

.PageList {text-align:center !important;}

.PageList li {display:inline !important; float:none !important;}


Also Read : How to uninstall programs using cmd


To align Right

.PageList {text-align:right !important;}

.PafeList li {display:inline !important; float:none !important;}




Step 3. Check out the live preview in the lower pane.

Step 4. If you are happy with the way it looks, click on "Apply to Blog" button.





Step 5. Now you are done.


Final words

If you like this post, and you think this post useful, share this post with your friends. If you find the post helpful comment you thinking about the post.





No comments:

Post a Comment