Okay
  Public Ticket #789081
Centering Footer Widget
Closed

Comments

  • Graham started the conversation

    Hey there! I’m trying to get a widget of mine to center. At best, I can only get the text “follow us now:” to center – not the icons. Any way to center the entire widget with your CSS magic? Bridgeconsultingpractice.com, the social media icons in the footer. (Also - the footer has been disabled on the landing page. So if you want to take a look, go to any other page)

    Thanks so much for your time! Graham

  •  8,994
    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-widgets .col.span_3:nth-child(2) {
        width: 100% !important;
        display: block !important;
    }
    
    #footer-widgets .col.span_3 {
        display: none !important;
    }
    
    #footer-outer .widget h4 {
        text-align: center;
    }
    
    .norm_row {
        float: none  !important;
        width: 100% !important;
    }
    

    Bes.t


    ThemeNectar Support Team