Tutorial: How to center header and tab in blog

Kasih Juju
Hello peep,

I'm sure many of us having troble how to center our header and tab rite? Same problem goes with me. Haha. Pity me. But we are lucky because we have all the solution right in front of us. And I would like to save it at my beloved blog for my refference.

First step, log in to your dashboard and click at theme.

Click Customize

Click Advanced

Click Add CSS


And type this code at the box
.Header img {
  margin-$startSide: auto;
  margin-$endSide: auto;
}

.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}

And last step click Apply to Blog. And you are done :)
Tags