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
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?
If a single-column album template, … did I really neglect to add an alignment option to the template? I should fix that.
If via the essay UI, there’s an option when building the snippet.
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 …