Reply To: Footer Hight Reduce

Home Forums Iconic One Pro Support Footer Hight Reduce Reply To: Footer Hight Reduce

#7019

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.