• Resolved isloooboy

    (@isloooboy)


    In my footer some extra space is in between text lines, How I can remove it? Please guide me, my website in which I am facing this error is

    Qalamkar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try adding this to your theme’s style.css file:

    footer.site-footer.clearfix {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    div.copyright p {
        margin-top: 0;
        margin-bottom: 0;
    }

    Hope that helps.

    Rob

    Thread Starter isloooboy

    (@isloooboy)

    thanks for the help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove extra space in the footer??’ is closed to new replies.