Column width not consistent

On my homepage, I have columns that include an image, text, and gap. When I expand the page, the text part of the column expands beyond the image. How do I correct this so that the image and text part of the column is always the same?

The columns I’m referring to are in the section titled “Introduction”.

Hello @eutaw,

Thanks for writing in!

Please be advised that you have upload an image with a width of only 375 pixels which is too small for the column. Right no, I have edited your page and in each of the images, I have inserted this inline element css in the image element settings.

$el img {
  min-width: 100%;
}

Please check your site now.

Yes, PERFECT! Thank you much!!

You are most welcome!

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