Folks, Ben responded promptly and sent me this code below and it took care of the problem. I entered it in Customizer (Appearance > Customize) in the CSS area. It worked great. Now my footer menu is horizontal.
.widget-area-footer .widget_nav_menu li,
.widget-area-footer .widget_pages li {
display: inline-block;
margin-right: 12px;
}
The only other small issue I have is removing the title to the footer widget. If I remove the title, it then just puts or replaces it with the word (Pages) above my footer menu. I would like my customers to see only the footer menu without any title word above my footer menu.
Ben, if you can help with this it would be great.
Thank you Ben for your help!!
PS: To clarify, if your at the bottom of any page on my website, you will see a normal footer menu like:
About Us, Contact, Employment etc…
I just don’t need a visual title above my links. Again, If I remove the title from the widget, the widget puts in the word (Pages) above my footer links.