Footer Hight Reduce

Home Forums Iconic One Pro Support Footer Hight Reduce

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 4 months, 2 weeks ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7018

    Anilk
    Participant

    How to Reduce the footer height and show the footer menu in Footer.
    Which is the default on my website https://resultfor.in/

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.