Full width images in columns

At the following URL: http://kadampanewyork.org/visiting/school-visits
I am finding it difficult to get a full width effect for the images. What I want is for them to stretch to 100% of the column they are within. However, for larger screens they seem to not stretch but instead keep a gab in between.

Do you know how?

Thanks.

Hi there,

Thanks for writing in! To achieve this, please add the following CSS code in the Theme Options > CSS

.page-id-7916 .x-image img {
    width: 100% !important;
}
.page-id-7916 .x-image {
    display: block !important;
}

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.