Morning Guys,
Can anyone help aligning my multicolumn on both desktop and mobile. Attached is a screen shot off both, i’ve tried ever code i can find but can’t seem to get my head around it.
Thanks in advance
Morning Guys,
Can anyone help aligning my multicolumn on both desktop and mobile. Attached is a screen shot off both, i’ve tried ever code i can find but can’t seem to get my head around it.
Thanks in advance
Hi @ryanmaterial ,
Can you share your store url
Hi
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css
@media screen and (min-width: 990px) {
.grid--3-col-desktop .grid__item {
max-width: 33.333%;
}
}
Doesn’t seem to make any difference zac.