Hi,
For some reason, images I upload to my 2 blogs won't center. I upload them and select center, and they look correct in the dashboard. But when I publish the posts, the images automatically align to the left.
Someone suggested I was missing css style for aligncenter. So, I tried adding this bit of code to the bottom of my style.css, but it didn't work:
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
What could be causing this, and how do I fix it? I have no clue what to try now.
Thank You!
My Blogs:
http://www.BrownBombshellBeauty.com
http://www.BrownBombshellStyle.com
Thanks!