Okay
  Public Ticket #3046633
Footer Height Not CHanging
Closed

Comments

  • Archies started the conversation

    Hey team, 

    I tried adding CSS in the Salient > General> CSS but it isn't working. May I please get the appropriate code to reduce the footer size? 

    Thanks in advance.

  •  1,661
    Judith replied

    Hello Archies,

    Please try this css:

    div#footer-outer {
        height: 160px;
    } #footer-outer .widget {
        margin-bottom: 0px !important;
    }

    Thanks.