how to center all sidebar widgets in Blogger:
This post will help you to centering all sidebar widgets in your Blogger blog.Only the widgets in your blog sidebar will align to center with simple css code and remaining widgets may not change.Follow below steps to center sidebar widgets in Blogger
Step 1 : Go to Blogger DashboardStep 2 : Click on Template
Step 3 : Click on Customise button under Customise click on Advanced tab
Step 4 : Click on add CSS under Advanced options
Add below CSS code to your Blogger blog
.sidebar .widget {
text-align: center;
}
Step 5 : Click on Apply to blog
0 comments:
Post a Comment