What do you mean, you could not replicate it? your picture looks like you could.
to be able to show the 3 columns I added this to the CSS
footer.x-colophon.top .x-column.x-md.x-1-4:first-child {
width: 55%;
}
footer.x-colophon.top .x-column.x-md.x-1-4 {
width: 22%;
margin-right: 0;
That is why on mobile it shows up like this.
If I remove it, it shows up fine on mobile (one column under another, but on desktop, its just 3 small columns and not one large and two small…)
What do I need to add, so that the mobile view ignores this?