Hi. Can someone please help me have collection list appear 2 Columns on Desktop View?
My URL: https://uallo.com/
Thanks
Hi. Can someone please help me have collection list appear 2 Columns on Desktop View?
My URL: https://uallo.com/
Thanks
@LeoRobert
What do you want Exactly?
Collection List on homepage appear 3 columns on desktop version and I want to change it to 2 instead
@media only screen and (min-width: 769px){
.large--one-third {
width: 49.0% !important;
}
}
@LeoRobert
Add this code in the timber.scss file
sorry for that i can see now 3 if you need 2 try below code
@media only screen and (min-width: 769px){
.collection-collage__item.large--one-third {width: 50%;}
}
it works!
Thank you so much KetanKumar
its my pleasure to help us