I have a portfolio of images that are being clipped :
https://southwhidbeycommunitycenter.org/portfolio-item-category/reader-board/
and I’m having trouble with the CSS to either shrink the image. The following works, but kills any spacing among the images.
.entry-cover {
width:110%;
height:auto;
}
When I add…
.x-iso-container{
margin:2rem !important;
}
… I see changes on the back end that are not reflected on the front.
Can you please help?
Thanks.