Okay
  Public Ticket #1468694
Centering footer widgets
Closed

Comments

  • airesbuenos started the conversation

    Hi,

    How can I center widgets in the footer area instead of having them floating to the left ? I dont want the text centered but the widget.

    Thanks for your help ^^

  •  8,466
    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):

    div#text-2 {
        text-align: center;
    }
    div#recent-posts-3 {
        text-align: center;
    }

    Thanks


    ThemeNectar Support Team