Hello,
Sometimes the images I use for the "full article image" of a Joomla article are not horizontal. I was wondering if it's possible to auto center the full article image so ever a square image would be centered?
Thanks so much!
.img-intro-left, .img-intro-right, .img-intro-left > img, .img-intro-right > img, section.blog div.img_caption {
float: none !important;
margin: 0 auto !important;
text-align: center;
}