Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    try:

    align=”center”

    Instead of,

    align=”aligncenter”

    your theme does not have a style for .aligncenter

    edit style.css and find:

    img.aligncenter {
    	display: block;
    	margin: 0 auto 0 auto;
    	}

    change to:

    img.aligncenter, .aligncenter {
    	display: block;
    	margin: 10px auto 10px auto;
    	}

    Thread Starter adunate

    (@adunate)

    Thanks alchymyth, That did it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image won't align to center’ is closed to new replies.