Comments lulibunny started the conversationDecember 28, 2017 at 2:19pmHello!How do I decrease the height on the footer?I tried this code on the custom CSS panel without luck#footer-outer .row { padding: 5px 0px !important;}Thank you!Lucila 3,034Andrew repliedJanuary 2, 2018 at 11:19amHi Lucila,Sorry for the late reply.That is not the footer and its happening because there isn't any content on the page to push the footer to the bottom of the screen.Could you try this CSS to fix the look: .container-wrap{ min-height: calc(70vh); }Add it to salient \ general settings - css script related - custom css code.Hope this helps.lulibunny repliedJanuary 2, 2018 at 5:00pmThank you very much! It worked :) Sign in to reply ...
Hello!
How do I decrease the height on the footer?
I tried this code on the custom CSS panel without luck
#footer-outer .row {
padding: 5px 0px !important;
}
Thank you!
Lucila
Hi Lucila,
Sorry for the late reply.
That is not the footer and its happening because there isn't any content on the page to push the footer to the bottom of the screen.
Could you try this CSS to fix the look:
Add it to salient \ general settings - css script related - custom css code.
Hope this helps.
Thank you very much! It worked :)