Okay
  Public Ticket #982104
Footer
Closed

Comments

  •  2
    smlowisz started the conversation

    Is there a way to center footer content/widgets? 

  •  8,996
    Tahir replied

    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 .widget {
        text-align: center;
    }
    .sfmsb-follow-social-buttons {
        margin: auto !important;
        display: table;
    }
    .sfmsb-follow-social-buttons h4 {
        transform: translateX(-10%);
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    smlowisz replied

    Thank you