Viewing 4 replies - 1 through 4 (of 4 total)
  • If you’ve got a child theme or a custom css file, enter this:

    .footer-wrap {
    padding-top: 45px;
    padding-bottom: 150px;
    }
    and adjust the padding as necessary.

    Thread Starter N

    (@x8yuvzi)

    Hello! Thanks very much for help but it’s not working ??

    Where did you put that css code? I still see it as the same padding as above (45px & 150px).
    Did you change those figures?
    Try:

    .footer-wrap {
    padding-top: 0;
    padding-bottom: 84px;
    }

    Thread Starter N

    (@x8yuvzi)

    Thanks very much for help! I had put that code in a custom css. I deleted that plugin and installed new. It worked this time. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reduce footer hieght’ is closed to new replies.