How can I have my collection list, boxes fit 4 in a row instead of being fat.
THE EXAMPLE I WANT>>>>
MINE LOOKS LIKE THIS
How can I have my collection list, boxes fit 4 in a row instead of being fat.
THE EXAMPLE I WANT>>>>
MINE LOOKS LIKE THIS
Hello @AMOB ,
Can you share your store’s password so that we can check the issue and provide you the solution?
pass: shawsu
can you plz share store url also
Yes @KetanKumar the password is shawsu
is my url
PASSWORD : shawsu
MY WEBSITE IS : Zoticnewyork.com
yes, please show me 4 collection current i can see only 3
Yes just added it to 4
yes, please try this code
@media screen and (max-width: 640px) {
.CollectionList--grid {
display: flex;
flex-wrap: wrap;
}
.CollectionList--grid .CollectionItem {
min-width: 50%;
width: 50%;
}
}
Yes looks good!
thanks for confirming can you please add this code
@media screen and (max-width: 640px) {
.CollectionItem__Wrapper--small {
height: 200px;
}
.CollectionItem__Content {
padding: 0px 10px;
}
.features--heading-small .u-h1, .features--heading-small .Rte h1 {
font-size: 12px;
}
span.CollectionItem__Link.Button {
padding: 10px;
letter-spacing: 0.5px;
font-size: 8px;
font-weight: bold;
}
}