How can I adjust footer link text to stay on one line?

https://www.tubbscoffeeroasters.com/

In footer this EP is on the second line i want to bring it back above please can some one send me code ?

Hi @learningdesign ,

In your footer related css file, you can adjust css for this selector .footer__block–links.

Currently it has max-width: 14rem, you can either remove that line, or increase it to 15rem, etc.

Thanks

Yash Garg