Pages

Saturday, April 30, 2016

How To Center Page Tab Navigation in Blogger

Hello again, now i'm going to show you how to center pag tab navigation. First thing first, this is a capture what is the page tab navigation in Blogger.



Here's the step on how to center page tab navigation in Blogger:
1. Go to Template --> Customize 

2. Find Advanced --> Add CSS, then you can paste the source code in the right space with this source code:
 .PageList {text-align:center !important;} .PageList li {float:none !important; display:inline !important;}  



And it shows like this:

3. Click the button Apply to Blog, and there you go. The page navigation should be in the center tab. 

Regards,
erikaicha




Read more...

Thursday, April 28, 2016

How To Center Blog Header in Blogger

Hi, long time no blogging. Now i'm going to show you how to center the header in blogger. I'm using CSS template in blogger. That's the easiest way.

1. Go to Template --> Customize --> Advanced --> Add CSS


2. Paste the code below in the space on the right side at Blogger Template Designer.
 #header-inner img {margin: 0 auto !important;} #header-inner {text-align:center !important;}  


3. Then click Apply to Blog button. And you can see the different. :)






Read more...

How To Center Post Titles Blogger

Hi, this is the easy and quick tutorial how to center the titles on your blogger. Just do a little edit in the basic template editor in Blogger. By adding the simple code in the CSS section in Template Designer.

Step 1
Log into your Bogger and go into Template on the left side.

Step 2
Click the orange Customize button

Step 3
Go to the Advanced button on the left side. Scroll down and found Add CSS


Then paste this code in the Add CSS field:
.post-title {
text-align:center;
}



.date-header {
text-align:center;

Done!
Read more...

LinkWithin

Related Posts Plugin for WordPress, Blogger...