0
    
          
  
  
    
            How can I center justify images in Articles?
How can I center justify images in Articles? Is this already in the CSS?
5 replies
- 
  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?