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; }
Copyright © 2021 Forumbee LLC, All Rights Reserved · Terms of Service · Privacy Policy