autofocus theme, how do I align single image post to center if it's not 800 width? been trying and trying...I'm just suck at coding...
autofocus theme, how do I align single image post to center if it's not 800 width? been trying and trying...I'm just suck at coding...
Add below rules in style.css:
.entry img{
display:block !important;
margin:0 auto !important;
}Sorry where in style.css is this meant to go?
I've tried adding it to no avail.
This topic has been closed to new replies.