Trying to make Logo list using multicolumn, but the image size & spacing is not symmetric

Trying to make Logo list using multicolumn, but the image size & spacing is not symmetric

SweatFree
Shopify Partner
53 0 11

 Is there a way to make it look nice like this: https://cdn.shopify.com/s/files/1/0268/7978/7090/files/press_5_lines_480x480.png?v=1713773369

 

My website is www.sweatfree.co

The password is sweatfree123

 

If you scroll to the very bottom then right above the footer is the multicolumn. If you could please advice on how to make images symmetric and same size.

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
Replies 11 (11)

Dan-From-Ryviu
Shopify Partner
9193 1840 1873

Hi @SweatFree 

You can try to add this code to Custom CSS of that Multiple column and check again.

.multicolumn-list {    
    max-width: 600px;
    margin: 0 auto;
    row-gap: 24px;
}

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

SweatFree
Shopify Partner
53 0 11

Hi @Dan-From-Ryviu just added the code. I like it better than before, but now everything looks very small & a little weird. Please check. If you have any advice on how to make it look like this: https://cdn.shopify.com/s/files/1/0268/7978/7090/files/press_5_lines_480x480.png?v=1713773369

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
Dan-From-Ryviu
Shopify Partner
9193 1840 1873

Please add this additional code 

.media img { width: 100% !important; }

And add more column in your Multicolum section 

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

SweatFree
Shopify Partner
53 0 11

@Dan-From-Ryviu it cuts the logo now. Feel free to check it.

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
Dan-From-Ryviu
Shopify Partner
9193 1840 1873

Could you try to change Image ratio option of Multiplecolum section and check? Screenshot 2024-08-07 at 14.31.47.png

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

SweatFree
Shopify Partner
53 0 11

Yes, I already tried that. If I do anything that is not adapt to image, then it cuts through the logo.

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
Dan-From-Ryviu
Shopify Partner
9193 1840 1873

So please update this code 

.multicolumn-list {    
    max-width: 600px;
    margin: 0 auto;
    row-gap: 24px;
}

To this 

.multicolumn-list {    
    max-width: 800px;
    margin: 0 auto;
    row-gap: 24px;
}

And remove this code 

.media img { width: 100% !important; }

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

SweatFree
Shopify Partner
53 0 11

Hi @Dan-From-Ryviu first of all, thank you for this! Few quick questions:

1) any advice to make the smaller sizes bigger?

2) All these images are left aligned. Any advice on how to make it aligned centered?

3) Any advice on how to make the entire section full width, just like the section above is full width?

4) Finally, any advice on how to get the multicolumn text centrally aligned?

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co

Sweans
Shopify Partner
396 76 117

Hi @SweatFree ,

 

Could you please add the below css code in your theme.css file.

 

#shopify-section-template--14927606710354__multicolumn_Uidn7r .multicolumn-list__item .media--adapt .multicolumn-card__image {
  max-width: 60%;
  object-fit: contain;
}
#shopify-section-template--14927606710354__multicolumn_Uidn7r .multicolumn-list__item, .grid--4-col-desktop .multicolumn-list__item {
  margin-bottom: 25px;
}

 

Result:-

Sweans_0-1723014325589.png

 

 

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

 

Regards,

Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

SweatFree
Shopify Partner
53 0 11

Hi @Sweans first of all, thank you for this! Few quick questions:

1) any advice to make the smaller sizes bigger?

2) All these images are left aligned. Any advice on how to make it aligned centered?

3) Any advice on how to make the entire section full width, just like the section above is full width?

4) Finally, any advice on how to get the multicolumn text centrally aligned?

 

Thank you again, @Sweans !

Chanakya Ramdev
Founder | Sweat Free (www.sweatfree.co)

https://www.SweatFree.co
Sweans
Shopify Partner
396 76 117

Hi @SweatFree ,

 

1) any advice to make the smaller sizes bigger?

Sweans: We could see some blank space around the small images. It would be great if you could crop the images and reupload to the website.

 

2) All these images are left aligned. Any advice on how to make it aligned centered?

Sweans: Could you please add the below css code in the theme.css file.

 

#shopify-section-template--14927606710354__multicolumn_Uidn7r .media.media--transparent.media--adapt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0 !important;
  height: 130px;
}
#shopify-section-template--14927606710354__multicolumn_Uidn7r .multicolumn-list__item .media--adapt .multicolumn-card__image {
  position: relative;
  object-fit: contain;
}

 

Result:-

Sweans_0-1723020168558.png

 

3) Any advice on how to make the entire section full width, just like the section above is full width?

Sweans: Could you please add the below css code in the theme.css file.

 

#shopify-section-template--14927606710354__multicolumn_Uidn7r .page-width {

  max-width: 100%;

}

 

Result:-

Sweans_1-1723020247910.png

 

4) Finally, any advice on how to get the multicolumn text centrally aligned?

Sweans: Could you please add the below css code in the theme.css file.

 

#shopify-section-template--14927606710354__multicolumn_Uidn7r .multicolumn .title {
  margin: 0 auto;
}

 

Result:-

Sweans_2-1723020315197.png

 

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

 

Regards,

Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com