Quote:
Originally Posted by nqk
Try this
Code:
.centered-image-1 img {
display: block;
margin: 0.5rem auto;
width: 84px;
}
the "auto" in margin will push the img to center.
|
Thank you, just tried this, but it sadly doesn't work. Neither does this one work with the Calibre renderer.