Align Sidebar Widget Titles and Links in blogger

How to align widget/gadget titles and links(text) in Blogger :

You can change the alignment of Blogger sidebar widget titles and all widget content with small change. By default widget title and description text will be left align. This post will help to align sidebar widget tiles and text to center with single tag.

Follow below steps to align widget titles and description on Blogger sidebar

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 : Search below code

.sidebar .widget {

add below line before closing tab of the above line.

text-align: center !important;

Step 5 : Click on Save templates.

No comments:

Post a Comment