Hello, I’m having an issue on blog page of the site – I would like the all of pictures (featured images) to be same size
Is there a way to do this ?
Hi rcgroup!
Add this to your custom CSS.
.slide-image img {
min-height: 170px !important;
}
Cheers!
Elliott