Match Image Size for Text Columns with Images - Emerge Theme

Hello! My images are showing up with different dimensions. I am hoping to make them consistent to match at least the size of the first image. Is it also possible to reduce the white space between each of the images? Greatly appreciate any help!

Site url: boobieshack.com

pw: surf

Hello @boobieshack ,

You can try to follow the instruction below:

  1. Go to Online Store → Theme → Edit code.
  2. Open the theme–critical.css file add code**:**
.featured-grid--root[data-text-position=bottom] .featured-grid--body--container{
   grid-column-gap: 12px;
}
.featured-grid--root[data-text-position=bottom] .featured-grid--body--container .image--container{
   padding-top: 87.47731397459165% !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION and a Like. Let me know if you have any further questions.

Best regards.

THANK YOU!! WORKED PERFECTLY!