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! ![]()
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! ![]()
Hi @jessicaw95
Could you send me your store link to check?
that’s my store! ![]()
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!!! ![]()
Very welcome ![]()