Hi,
when using one or to columns to display blog posts in grid the images aren’t full width.
There is an empty space at the right side of the image area.
I would like the image to be full width and cropped top or bottom.
When using three or more columns it looks fine.
See example link
Regards
Hi dm!
Thank you for using Enfold.
Use this to resize the image:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
width: 100%;
}
Best regards,
Ismael
Thanks!