Okay
  Public Ticket #363520
Make the footer have just one column
Closed

Comments

  • Tony started the conversation

    Hi,

    My client would like the footer to have just one column, do you have a bit of code for that? If not I'll use the copyright area which seems to take code.

    Thanks,

    Tony

  •  8,847
    Tahir replied

    Hey!

    Use the first widget to add content and dd this into the Custom CSS box located in your Salient Options panel to hide the other widget area : 
    #footer-widgets .col:first-child {
        width: 100% !important;
        display: block !important;
    }
    
    
    #footer-widgets .col {
        display: none;
    }
    
    Thanks 


    ThemeNectar Support Team