Okay
  Public Ticket #3015109
5 Column Header
Closed

Comments

  • Glenn started the conversation

    ***This questions is time-sensitive launch is looming Monday April 4th.***

    Currently updating our site @storyfile.com. Critical need for 5-column footer but Salient seems to only offer max four columns. 

    This is critical for our design...How can I enable a 5-column footer option? 

    footer.php? finctions.php? 

    Please help.

  •  2,958
    Andrew replied

    Hello Glenn,

    You will need to disable the footer and create a custom one using the global sections. You can edit this using the builder.

    https://themenectar.com/docs/salient/page-builder-global-sections/

    Thanks,

  • Glenn replied

    Thank you Andrew,

    I will begin building, thank you. 

    I already have the footer disabled with this custom CSS: 

    /*FOOTER HIDE*/
    #footer-outer {
       display: none!important;
    }

    Will this work with the suggested solution, or is there another way to disable the footer that would be a better choice?


  •  2,958
    Andrew replied

    Hello Glenn,

    This will work too.

    You can also disable the footer at Salient Options panel > Footer

    Thanks,