Okay
  Public Ticket #1414598
Footer Height
Closed

Comments

  • lulibunny started the conversation

    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

  •  3,034
    Andrew replied

    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:

    .container-wrap{
      min-height: calc(70vh);
    }

    Add it to salient \ general settings - css script related - custom css code.
    Hope this helps.

  • lulibunny replied

    Thank you very much! It worked :)