flugennock
Member
Posted 2 years ago #
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
flugennock
Member
Posted 2 years ago #
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.