IMAGIFY – Image Alignment Problem Solved

Posted in: Newspaper
Post count: 106

If anyone else is having problem centering images in their posts (mine were always aligned left) the following css fixes the problem in Chrome and Edge:

.aligncenter {
text-align: -webkit-center !important;
}

(Note this doesn’t work with Firefox.)

Cheers,

  • This topic was modified 2 years by nhowarth.
Post count: 106

Please ignore fix above – it causes other problems.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.