Hi
I created a class for images to get them centered in their own column, using this css:
.centerImage img {
margin-left: auto;
margin-right: auto;
width: 50%;
}
It does work, in fact images are getting centered in the editor and on mobile, up to a certain screen width. Anyway, viewing from a desktop at full width, they go to the left, as you can see in the screenshot