Forums
Home / Theme: JustWrite / Reduce footer hieght
(@x8yuvzi)
9 years, 7 months ago
Hey! please tell on how to reduce height of footer
(@dfranzwa)
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.
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; }
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. ??