Okay
  Public Ticket #440789
Footer size
Closed

Comments

  • Calvin started the conversation

    I have a client who insists on a thinner footer but I can't for the life of me figure out how to make it less thick, HELP!

  •  8,850
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #footer-outer .row {
        padding: 0px !important;
    }
    
    
    #footer-outer .widget {
        margin-bottom: 1px !important;
    }

    Thanks



    ThemeNectar Support Team