How to Center Sidebar widget Titles in Blogger :
We can change only the widget titles' alignment without affecting the widget links or information. With a simple code, we can center all sidebar widget titles in a Blogger blog.
Follow below steps to center sidebar widget titles in Blogger blog
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on the "Customize" button. Under the customize menu, click on the "Advanced" tab.
Step 4 : Click on add CSS under Advanced options
Add the below CSS code to the CSS box
.sidebar h2 {text-align:center !important;}
Step 5 : Click on Apply to blog
You can also change the title alignment to either right or left.
Step 2 : Click on Template
Step 3 : Click on the "Customize" button. Under the customize menu, click on the "Advanced" tab.
Step 4 : Click on add CSS under Advanced options
Add the below CSS code to the CSS box
.sidebar h2 {text-align:center !important;}
Step 5 : Click on Apply to blog
You can also change the title alignment to either right or left.
Thanks for this useful material.
ReplyDeleteThank you so much! I have found the CSS I've been looking for
ReplyDeletetq you.. ;)
ReplyDeleteYou're welcome
DeleteIt didn't work :/
ReplyDeleteSearch .sidebar .widget h2 { in your blogger template code and add text-align: center; just below .sidebar .widget h2 {
DeleteTry this.
thank you! useful indeed!
ReplyDeleteit works, thankyou so much
ReplyDeleteWorked great. Thanks!
ReplyDelete