Horizontal Menu in Footer

Hello;

I have changed the footer to 1 column, and added a menu for footer area. Though menu is vertical, and killing quite much space. If possible I would like to arrange it as horizontal, so I can save space and better look. Is that possible? Here is the link for website: https://emzay.com/ru/

Thanks

Hello,

Please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS and copy / paste the code from below:

.footer-nav ul li {
display: inline;
}

This will make it look like:

Thank you