How to center all widgets in Blogger blog:
We can change widget alignment in a Blogger blog easily. With a simple CSS code, we can center all gadgets in your Blogger blog.Follow below steps to center all widgets in your 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
.widget {
text-align: center;
}
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
.widget {
text-align: center;
}
Step 5 : Click on Apply to blog
You can also change the text alignment to the right or left using CSS code in your Blogger blog.
No comments:
Post a Comment