Okay
  Public Ticket #1819830
Decrease footer height
Closed

Comments

  • OmitWebsites started the conversation

    Hey,

    How do I decrease the footer height? Right now the footer is very big https://gyazo.com/100619a2b2738bd019a6c8d794229bef
    How do I make it smaller? The triangles are in the footer.

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer .row {
        padding: 0px 0px !important;
    }
    #footer-widgets {
        padding: 0px 0 !important;
    }

    Thanks


    ThemeNectar Support Team