Tuesday, November 10, 2015
How to Centralise Blogger Title and Description
Here's how you can centralize your blogger title and the description. By default, blogger title and description are aligned to the left. To make your blog's title and the description appear at the center of your blog, follow the steps below.
- From your Blogger Dashboard.
- Goto 'Template'
- Select 'Customise'.
- Click on 'Advanced'
- Scroll down and select 'Add CSS'
- Copy the code below and paste in the text field.
#header-inner img {margin: 0 auto !important;} #header-inner {text-align: Center ;}
- Click on 'Apply to blog' to save your changes.