Okay
  Public Ticket #674048
Make footer one colum
Closed

Comments

  • Benjamin started the conversation

    How can I expand my form and colum so it takes up the whole bottom of the site?

  •  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) :
    div#footer-widgets .col_last {
        display: none !important;
    }
    
    
    div#footer-widgets .col {
        width: 100% !important;
    }

    Best.



    ThemeNectar Support Team 

  •   Benjamin replied privately
  •  8,992
    Tahir replied

    The user pass is not correct.

    Please make sure there is no red cross in the custom css box as the css works when i add it to the live browser.

    Best.


    ThemeNectar Support Team 

  •   Benjamin replied privately
  •  8,992
    Tahir replied

    See screenshot: http://prntscr.com/a4zv9i . Fixed it for you.

    Best.


    ThemeNectar Support Team