Hi @ArnauP ,
We’re happy to see that our suggestion helped you solve the issue.
Sr about my mistake on mobile.
You can add more css script in base.css, like below to fix this problem:
@media screen and (max-width: 768px) {
.grid--2-col-tablet-down .grid__item {
width: calc(47% - var(--grid-mobile-horizontal-spacing) / 2) !important;
}
}
Hope it helps.
It’s such my honor to help you, bro.