How to Center Image Gadget Images on Blogger :
We can add images to blogger blog with image gadget, and we can also change the position of those images on blog. This post will help you to center images on your blog which are added by image gadget/widget.
Follow below steps to center image gadget images on Blogger :
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Customise and click on Advanced tab
Step 4 : Click on Add CSS and paste below code on right side box
.Image img{
display: block;
margin-left: auto;
margin-right: auto;
}
Step 5 : Click on Apply to blog
No comments:
Post a Comment