How can I center justify images in Articles? Is this already in the CSS?
Hi Lincoln Hall , thanks for your question! You can center images in articles by adding this to your custom CSS:
.formatted .inline-image { display: block; text-align: center; }
Hi there, where exactly needs this block to be added?
Martin Zimny This CSS code would be added into your custom CSS panel, which you can find in Admin > Themes > Custom > CSS.
Forumbee Support Thank you! Will this just center all images in existing articles or add the possibility to center an image when I draft one?
Martin Zimny This will center all images in all articles, existing and new. Note that the style only applies to the customer-facing community, not in the Admin > Moderate area.
Copyright © 2023 Forumbee LLC, All Rights Reserved · Terms of Service · Privacy Policy