How can I adjust the footer menu width in the Debut theme?

Hello,

I am using Debut theme and I want to change the footer menu width, as I think it causes some text (terms and conditions in picture) to break a line and I want each page link to display in 1 line.

Is the problem really the menu’s width or something else?

Thank you.

Store: Home – JUVAL Fine Jewelry (juvalstore.com)

Hey @eliahu ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

Home – JUVAL Fine Jewelry (juvalstore.com)

Here it is, I also edited the original post.

@eliahu

Add this code at the bottom of Theme > Edit Code > assets > theme.scss.liquid

@media (max-width: 749px) { 
.site-footer__content .pd.link_list li,
.site-footer__content .pd.link_list {
    width: 100%;
    }
}

Try it and let me know