Center Sidebar Widget Titles in Blogger

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.

9 comments: