Dawn: Featured homepage collection number of columns/image size

@oona - please add this too

@media screen and (max-width: 749px){
#shopify-section-template--15082907369679__featured_collection .grid .grid__item
{
max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
}
1 Like

@suyash1 Perfect, thank you! It worked when i changed “min” to “max”, i figure that’s what you meant

Appreciate all your help!

@oona - great, I am sorry for this mistake, let me edit post

Hi!! I also need one column on mobile, could you solved this?