Okay
  Public Ticket #746062
Empty space beneath footer
Closed

Comments

  • Jasper started the conversation

    Hey,

    Is there a way to decrease the empty space between the footer and the copyright area? 

    Thanks in advance!

  •  8,994
    Tahir replied

    Hey Again,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    Best.


    ThemeNectar Support Team 

  • Jasper replied

    Thanks again, great support!