Re: Need help with all collection page

Solved

How can I arrange my collection page items side by side on both mobile and desktop?

TrendBlend
Trailblazer
364 0 40

Schermafbeelding 2024-04-08 180654.png

Hello my page collection page currently looks like this but I want to make it more like in this order on phone and on desktop. I just want them to show next to each other inline like on the picture below. Does anyone know how to do that? My current code is this: My website URL is Collecties – TrendBlend. Thanks in advance!

 

.card__heading {
  text-align: center;
  color: #0000ec;
  font-weight: bolder;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 16px;
}
.card__inner,
.card__media {
  position: relative;
  border-radius: 50%;
  display: block;
  width: 170px;
  height: 170px;
  background: #e6e7ed;
  -moz-border-radius: 30px;
  -webkit-border-radius: 90px;
}

 

Schermafbeelding 2024-04-08 180714.png

Accepted Solutions (2)

Xipirons
Shopify Partner
142 25 34

This is an accepted solution.

Hi @TrendBlend 

 

Try this at the bottom of the base.css file :

.collection-list__item.grid__item.scroll-trigger.animate--slide-in {
flex: 15%!important;
}

 

 

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

View solution in original post

Xipirons
Shopify Partner
142 25 34

This is an accepted solution.

Hi @TrendBlend 

 

For the border around the picture :

 

.card__media {
border: 5px solid #AF9676;
}

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

View solution in original post

Replies 6 (6)

Xipirons
Shopify Partner
142 25 34

This is an accepted solution.

Hi @TrendBlend 

 

Try this at the bottom of the base.css file :

.collection-list__item.grid__item.scroll-trigger.animate--slide-in {
flex: 15%!important;
}

 

 

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

TrendBlend
Trailblazer
364 0 40

Hi @Xipirons that works, thank you! Do you also know how I can get the light brown border line around the picture?

Kind regards,Stef

Xipirons
Shopify Partner
142 25 34

This is an accepted solution.

Hi @TrendBlend 

 

For the border around the picture :

 

.card__media {
border: 5px solid #AF9676;
}

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

TrendBlend
Trailblazer
364 0 40

And one more question do you maybe know how to do it like this, so the pictures around not being placed on top of each other?
Schermafbeelding 2024-04-08 201629.pngSchermopname (1).png

Xipirons
Shopify Partner
142 25 34

Hi @TrendBlend 

 

I don't understand your question... Could you reformulate ?

 

Was this helpful? Like or Accept solution - Buy me a coffee
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed

TrendBlend
Trailblazer
364 0 40

Hello @Xipirons, I want the collections to be scrollable next to each other like this if possible on phone and desktop

GMP_Q29tcHJlc3NHSDAx_4.GIF

it currently shows like this: Collecties – TrendBlend