Equally distributing two collection lists on the Prestige theme

Equally distributing two collection lists on the Prestige theme

Jarch2
Excursionist
45 1 13

I want to equally distribute these 2 sections so they have the same background distance between each one. So for example it might be like 500px (section) 500px (section) 500px

centers.PNG

Replies 6 (6)

BiDeal-Discount
Shopify Partner
569 66 140

Hi @Jarch2 

is this home page section, if yes, is this ok?

 

BiDealDiscount_0-1746498689463.png

 

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
Jarch2
Excursionist
45 1 13

yes this section

BiDeal-Discount
Shopify Partner
569 66 140

let try to add Custom CSS below:

@media screen and (min-width: 1140px) {
    .CollectionList .CollectionItem {
        min-width: 50%;
    }
}
- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
Jarch2
Excursionist
45 1 13

not quite what I'm looking for. That code made the images wider and not the space in between them. I created this mockup in Canva of what I'm going for.

exampless.PNG

BiDeal-Discount
Shopify Partner
569 66 140

I'm not sure which section you mean but as you can see my screenshot below, it's working perfect

Screenshot 2025-05-06 at 09.51.03.png

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330
Jarch2
Excursionist
45 1 13

I fixed it with the code
.CollectionList {
justify-content: space-evenly;
}