Dawn Theme: Need to have 4 collections in the collection list appear on the one row

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.

https://boogie-beans.myshopify.com/

@annabelleg21 ,

Password

deleting original.

@annabelleg21 ,

I just logged into the backend using that password, is there a seperate password i need to provide?

Can you get in now?

@annabelleg21 ,

yuteld

@annabelleg21 ,

.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.)

@annabelleg21 ,

No

there should be a base .scss file in the asset folder.

1 Like