View Single Post
Old 03-11-2021, 11:22 AM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,844
Karma: 6120478
Join Date: Nov 2009
Device: many
Ah! Thank you! As you can see I am a better C++ programmer than an epub producer!

I will make those changes.

Edit:
Interestingly, wrapping each figure in a div with class "figimg" and using this style

Code:
div.figimg {
     width: 100%;
     text-align: center;
}
did nothing at all.

But your option b: using margin: 0 auto; on each tall figure worked liked a charm!

Thank you!

Last edited by KevinH; 03-11-2021 at 11:43 AM.
KevinH is online now   Reply With Quote