How can I center and condense my Supply theme footer menu?

Hello.

I am using the Supply theme. Down under my footer, it’s like I have another section that has my footer menu in it. I would like to center it across the page and make it one line only, instead of 2 lines.

I can not find where to edit this. I can edit the footer menu links, but that’s it.

Thank you,

Melissa

Hi,
Please share your store URL with password (If Needed) & Screenshot, So that I will give you proper solution here !

Thank you!

USWarehouseDeals.com, no password.

Hello! Have you had time to look at this?

Ty!

plaese insert this code in the end of theme.liquid file

.grid-item large--two-fifths
{
      width: 100% !important;
}
.grid-item large--two-fifths
{
      width: 100% !important;
}
1 Like

Thank you!

Pasted at the end, but doesn’t seem to be working. I let it set over an hr to populate, I know it doesn’t take that long, but wanted to be sure I was still having issues before coming back here. :slightly_smiling_face:

It’s showing at the bottom of my page.

Sorry for facing this issue, i see the preview you share you not put this code between so now you insert this code between


I appreciate you trying to help, but I don’t have .

I only have it once, stylesheet_tag.

Any other ideas?

Do you have a moment to look at my issue and this thread?

Thank you!

Please remove my old code from theme.liquid and place this code at the end of assets → theme.scss.liquid
Please make ‘m’ of media small

only screen and (min-width: 769px) {
#shopify-section-footer .site-footer .grid .large--two-fifths {
width: 100%;
}
}