Centering image widget on sidebar
-
Hi again! I looked for this topic and tried some of the suggestions but none of them worked for me. I using one image widget with my profile photo on my blog but I can’t seem to get it centered, no matter what I do. I realize this must be happening because I’m playing with de size of the image in the CSS customization and I hope there’s something I can do to make it right.
Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try using this CSS:.widget_image {
border: none !important;
width: 58%;
text-align: center;
padding-bottom: 1px;
margin: auto;
} -
-
- The topic ‘Centering image widget on sidebar’ is closed to new replies.