USE CSS TO center align single column images in main

I have main width 1500px and the images single column with size 1000px.

How can I center the images in main with css

They are aligned left

KRISTINN

That depends on how you’ve inserted them?

  1. If a single-column album template, … did I really neglect to add an alignment option to the template? I should fix that.

  2. If via the essay UI, there’s an option when building the snippet.

  3. If you’re just putting code into a content area, you can wrap them in a DIV element with the styling you want. In Pangolin, I think you can just do <img class="aligncenter">. In Kookaburra, I think I have yet to implement anything outside of the essay method …