Home › Forums › Iconic One Pro Support › Footer Hight Reduce › Reply To: Footer Hight Reduce
 December 16, 2023 at 5:01 am #7019 
Keymaster
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.
