Hi, see https://ledgerops.kinsta.cloud/about-us/
All the images in this section are the same height, but as the screen gets smaller, and on ipads etc, the text isnt aligned evenly…see what I mean?

How can I make them all align top, evenly?
Hi, see https://ledgerops.kinsta.cloud/about-us/
All the images in this section are the same height, but as the screen gets smaller, and on ipads etc, the text isnt aligned evenly…see what I mean?

How can I make them all align top, evenly?
Hello @logoglo,
Thanks for writing in!
Though they have the same height, they do not have the same widths. And in most cases, when the browser screen gets smaller, the width will also adjust and the heights of the images will be set to auto. You can force the image heights by adding this custom css instead:
.x-column.x-sm.vc.x-1-6 img {
width: auto !important;
height: 98px;
}
We would love to know if this has worked for you. Thank you.
Perfect! thanks!
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.