Hi,
I’ve taken the following steps to change the image alignment but it’s not displaying to the center.
To make all the images center by default, please add this custom CSS under `Theme Options > CSS:
.entry-content.content img.alignnone {
display: block;
margin-left: auto;
margin-right: auto;
}
What could be the problem that it’s not changing the default image placement?