How to center blog title and description in Blogger dynamic view :
Like on normal Blogger templates we can't change position of blog title and description in dynamic views. In Blogger dynamic we can't see header customizable CSS code in Blogger dynamic view template. So it is difficult to customize header in Blogger dynamic views. To change alignment we have to add CSS code to dynamic view blogs.
Follow below steps to center blog title and description in Blogger dynamic views:
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Customise
Step 4 : Click on Advanced tab and click on add CSS
add below code
#header{
text-align: center !important;
}
Step 5 : Click on Apply to blog.
Refresh your blog once and see the blog title and description position in your Blogger blog.
nice post! very helpful
ReplyDeleteagreed! super helpful; I'm new to blogging and couldn't figure it out for the life of me.
ReplyDeleteHi, I was wondering if there's a way to vertically centre the title as well. Could you please share the CSS code for it?
DeleteThank you! :)