Okay
  Public Ticket #2295151
footer
Closed

Comments

  •  2
    Rian started the conversation

    Hi,

    is it possible to make the footer column content position equal height center?


    thanks!

    R

  •  3,022
    Andrew replied

    Hi Rian,

    Use the following custom css in Salient > General settings > CSS/Script related:

    #footer-outer {
        text-align: center;
    }

    Hope this helps.