How can I create a 2-4 column grid for mobile on the Stiletto theme?

Hi!

I’m currently using the theme ‘Stiletto’ and I’m wanting to make my Grid section 2-4 collums on mobile version like it is on the desktop version, any help would be amazing! :slightly_smiling_face:

Hi @jessicaw95

Could you send me your store link to check?

https://lovechai.co/

that’s my store! :slightly_smiling_face:

Hi @jessicaw95

You can try to add this code to Custom CSS of that grid section

.grid-item.grid-item--width-33 {
    width: calc(100%/2);
    min-width: auto;
    min-height: 270px;
}

Perfect, that helped thank you!!! :slightly_smiling_face:

Very welcome :smiling_face: