Why isn't my footer menu displaying correctly on mobile?

Was about to launch my site. But after looking at the mobile version i’ve noticed there’s something wrong with my footer menu’s (see photo below). Tried everything wondering if someone can help without it messing up the desktop footer.

Hi @NYSHOP

Please share your store URL so I can check and provide you solution

https://f9321d-2.myshopify.com/

Password: teipal

Go to your Online Store > Themes > Edit code > open section-footer.css file, find and remove this line of code to solve the issue

@media screen and (min-width: 50px){
.grid--2-col .grid__item {
    width: calc(0% - var(--grid-desktop-horizontal-spacing) / 1) !important;
 }
}

1 Like