Setting max height on a row

hi there,

is it possible to set a max height for a row or section?
i have eg 5 sections with images.
when i add an image with different height, each section has a different height.
is it then possible to define a max height element (i tried max-height in css but doe snot work) so all sections have the same height and the image will shrink.

thanks in advance for your help.

cheers

Hi Harald,

Thank you for reaching out to us. Instead of adding max-height you should follow the guide here https://theme.co/apex/forum/t/code-snippet-make-all-columns-equal-height/272

Applying max-height to sections or rows won’t work correctly, it needs a different approach. You can either follow the JS method or the simple CSS method in the above guide.

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.