• 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…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add below rules in style.css:

    .entry img{
    display:block !important;
    margin:0 auto !important;
    }

    orangemonkeyj

    (@orangemonkeyj)

    Sorry where in style.css is this meant to go?

    I’ve tried adding it to no avail.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘autofocus alignment image to center’ is closed to new replies.