Hi, is it possible to change the height of image displayed on the article so that it aligns as the same height of the seven articles on the right? Please see the attached image
Thanks in advance
Luciano
luc62ltt Hi you can use this code in custom.css file and set the height value as per needs
.magazine-carousel .magazine-item-media .item-image { height: 384px; }
Increase the value to show more height for image.
It works perfectly. Many Thank!