Hi,
Footer menu can be placed in footer widgets, area below footer widgets where the copyright text sits can also be used to place HTML menu – i.e HTML links eg.
<a href="https://themonic.com/">Link Name</a> | <a href="https://themonic.com/">Link 2</a>
To reduce copyright area height, paste in Customizer -> Additional CSS:
footer[role=contentinfo] {
padding: 14px 0;
}
Please use [email protected] to send support queries with screenshot.