Open thambaru opened 2 years ago
The image element has display: block !important; which stops it from centering.
display: block !important;
Is it there for a particular reason? Would be great if you could remove it or give an option to control it.
Thanks
Update: Accomplished this with margin: auto; on the image.
margin: auto;
The image element has
display: block !important;
which stops it from centering.Is it there for a particular reason? Would be great if you could remove it or give an option to control it.
Thanks
Update: Accomplished this with
margin: auto;
on the image.