PenciDesign replied
Staff Reply
Hi,
Please try add more this code to Customize > Custom CSS to do that:
\
ul.homepage-featured-boxes li .penci-fea-in{ height: auto !important; }\
ul.homepage-featured-boxes .penci-fea-in .fea-box-img{ position: relative; width: 100%; }\
ul.homepage-featured-boxes .penci-fea-in .fea-box-img:before {
padding-bottom: 120%;
display: block;
height: 0;
content: '' !important;
width: 100%;
background: none !important;
box-shadow: none !important;
position: relative;
}Change value '120%' on the above code to the size you want.
Best Regards,
PenciDesign