Solved

Match Image Size for Text Columns with Images - Emerge Theme

boobieshack
Tourist
11 0 3

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!

 

Screen Shot 2022-04-07 at 3.31.58 PM.png

Site url: boobieshack.com

pw: surf

Accepted Solution (1)

Halothemes
Trailblazer
168 30 44

This is an accepted solution.

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.

HaloThemes - Top Premium Shopify Theme Provider
Ella Shopify Theme OS 2.0 - #1 Best Selling Shopify Theme of All Time
Want to try Shopify? Open a Store for FREE

View solution in original post

Replies 2 (2)

Halothemes
Trailblazer
168 30 44

This is an accepted solution.

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.

HaloThemes - Top Premium Shopify Theme Provider
Ella Shopify Theme OS 2.0 - #1 Best Selling Shopify Theme of All Time
Want to try Shopify? Open a Store for FREE

boobieshack
Tourist
11 0 3

THANK YOU!! WORKED PERFECTLY!