Okay
  Public Ticket #1563954
Foot Widget Center
Closed

Comments

  • Nathaniel started the conversation

    I have a 3 column footer and wish for the images to be central (currently left aligned).

  •  9,011
    Tahir replied

    Hey N,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Nathaniel replied privately
  •  9,011
    Tahir replied

    Hey Again,

    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):

    #footer-widgets img {
        margin: auto;
        display: table;
    }

    Thanks


    ThemeNectar Support Team