Changing image alignment to center by default

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?

Hey Greg,

To answer your question, we would need to conduct lots of tests, and doing that is not a part of product support. If you encounter problems with your custom code or override, you will need to fix it on your own or you can subscribe to One where we can provide CSS suggestions.

Thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.