Pictures won't center

Re: Atbilde: Re: Pictures won't center

by Richard Oelmann -
Number of replies: 0
Picture of Core developers Picture of Plugin developers Picture of Testers

I believe the issue is with bootstrap3 based themes which appear to add a 'display:block' to the .img-responsive class which then prevents them centering.

Either, untick the auto-size option when setting the image (this should prevent the img-responsive class being added - but you lose responsiveness), or add 

.img-responsive {display:inline-block;}

to your customcss setting

Average of ratings: Useful (1)