Aligning and sizing images all the same width

Posted in: Newspaper
Post count: 35

Hi,

I am trying to center align and size all the images the same width on this page: https://ztratum.com/pe-ratio-price-to-earnings/ (just like the first image named “Mean quarterly decile by PE). But somehow I can’t figure out how, even when I center align all the images and sety the same width. Still images don’t align.

Do you have any tips?

Than you,
Patrick

Post count: 35449

Hi,
For this, please try this custom css:
.wp-block-image {
max-width: 1000px!important;
}

Set the code in the theme panel > custom code> custom css.
Thank you!

Post count: 35

Hi Calin: All images now center align: https://ztratum.com/pe-ratio-price-to-earnings/ But I want to set all images the same width as the first 2 images. Do I need custom css for that also?

Thank you,

Patrick

Post count: 35449

For that you need to use images that have the same width and height or to use another css:
.wp-block-image .aligncenter img {
width: 484px;
}

(you can set the width that you want)
I hope this will help!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.