Monday, September 11, 2017

How do I align the blog title to the center of the page horizontally?

1. Log in to blogger.com
2. Click Theme->Customize->Advanced->Add CSS 
3. Copy & Paste the following code into Add custom CSS box
    #header-inner {text-align:center !important;} #header-inner img {margin: 0 auto !important;}
4. Click Apply to blog