Okay
  Public Ticket #1829347
Vertically centering footer columns
Closed

Comments

  •  1
    Austin started the conversation

    Hello Salient Team,

    I am trying to vertically center the content in the middle of the footer columns.. As you can see in the screenshot linked below it looks really funky because of the differing amount of content in each column.

  •  8,996
    Tahir replied

    Hey Again,

    Could you provide the password so i can take a look.

    Best


    ThemeNectar Support Team 

  •   Austin replied privately
  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .col.span_3.one-fourths {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] #footer-outer .row {
        display: flex;
    }

    Thanks


    ThemeNectar Support Team