You can use following css code.
- Code: Select all
.articleContent table img {
float: none;
margin-left: auto;
margin-right: auto;
}
You can add this css to override.css located in templates css folder and then enable css override option in template settings > advanced settings > css override "on".
See you around...