I created an image and attached a custom CSS class to it called imageCenter. My CSS looks like this:
.imageCenter {
margin-left: auto;
margin-right: auto;
width: 70%;
vertical-align: middle;
}
If this is a custom CSS, why is it lower priority than the default class for an image.
How do I fix this?