All Photos centered on blog

Hi is there any CSS that make all of the photos I upload into post centered? Originally they are aligned to left. Thank you

Hi Rafal,

To center the image, you will need to set it’s parent container to text-align:center;. This is possible with Custom CSS but I would not recommend it as it will affect other elements throughout your site.

You will need to do it manually by setting parent column to text align center. That way it will only affect that column.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.