Hi there, i need to have 4 collections on my collection list appear on the single row on desktop. pls advise how i do this.
Password
deleting original.
I just logged into the backend using that password, is there a seperate password i need to provide?
Can you get in now?
yuteld
.color-background-1 .collection-list--4-items .grid__item, .collection-list--7-items .grid__item:nth-child(n + 4), .collection-list--10-items .grid__item:nth-child(n + 7) {
width: calc(25% - var(--grid-desktop-horizontal-spacing) / 1);
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Do i add as a new asset? I can’t see the one labelled above (base.)
1 Like