Hello,
I assigned the class aligncenter to the images I want to center:
.aligncenter {
display:block;
margin-left: auto;
margin-right: auto;
}
The problem is that this class doesn’t work correcly, especially with the shadows (see below how it looks like, with the white space on the right side). How can I change the code to make it work?

Thanks,
Antoine
