• I did this twice in my test post to make sure I wasn’t hallucinating or clicking a wrong button: When inserting an inline graphic, I specified that it be aligned center, but when viewing the post, it still comes up aligned right.

    Not a really hugely critical issue, as issues, go, but a slight annoyance.

    Theme: WPComic
    URL: http://www.sinkers.org/stage

    TIA,
    mf

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flugennock

    (@flugennock)

    D’ohhh, sorry, my goof. That should read,

    “When inserting an inline graphic, I specified that it be aligned center, but when viewing the post, it still comes up aligned <b>left.</b>”

    i don’t know why, but adding

    .aligncenter {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }

    a second time at the end of style.css seems to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘inline graphics specified to align center still appear aligned left’ is closed to new replies.