Hi,
I would like that all the images have the same height (fixed size), where can i adjust this or how do i add a css line for this
this is the page:
https://ranimetsa.space/travels/
thank you
Hi,
I would like that all the images have the same height (fixed size), where can i adjust this or how do i add a css line for this
this is the page:
https://ranimetsa.space/travels/
thank you
And also how can i make them appear as one list below each other for a mobile device view, instead of how it is now, 2 blocks next to each other and then one big one below it. I just want them all listed one per line sort of say
thx
mobile issue fixed by now, so only the fixed height problem remains
Hi Matti,
Thank you for writing in, you can add this to the Section’s Element CSS area
$el .x-image {height: 85% !important;}
$el .x-image img {height: 100% !important;}
Please keep in mind though, that because we force the image to resize not respecting its aspect ratio, the images will look a bit stretch. If you don’t like this, then you need to re-upload your images with the same dimensions.
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.