Align Center Image doesn’t work
I try center my image but it doesn’t work
http://giples.com/wp/2016/08/23/etc-ethereum-classic-immutable-smart-contracts/
how to fix it?
Answered on August 24, 2016.
Hey ,
Try adding the following CSS code :
.story img { display: block; margin-left: auto; margin-right: auto; }
Let me know if it worked 🙂
-Dieter
where should i put the code in? index.php?
thank you very much

Hi
If you have Devkit installed you put it there.
if not go to customizer -> CSS
put the code there.