Okay
  Public Ticket #698862
Full Width Footer
Closed

Comments

  • Scott started the conversation

    Is it possible to make the Footer (Copyright text) full width like the header ?

  •  8,992
    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 .col.span_5 {
        width: 100% !important;
    }
    

    Best.


    ThemeNectar Support Team