Okay
  Public Ticket #1319306
Decrease Padding in Footer
Closed

Comments

  • tarahridesabike started the conversation

    Is there a way to decrease the padding in the footer between the widget and the social icons?

  •  8,470
    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-outer .row {
        padding: 5px 0px !important;
    }
    #footer-outer[data-cols="1"] #copyright {
        padding: 15px 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • tarahridesabike replied

    Perfect--thank you so much!