I had the same problem, this particular code helped
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
I noticed something. To make it work I had to put it after this code:
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
Maybe someone with more experience can explain why?