Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1112918

    Dear Kriesi,

    How can I set the social media icons in my footer to sit in the centre, underneath the copyright text?

    Thank you

    #1113166

    Hey Richard,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #socket .social_bookmarks li {
        float: none;
        display: inline-block;
    }

    Best regards,
    Nikko

    #1113208

    Thanks Nikko,

    I’m afraid that’s not working

    #1113347

    Hi richardwilding,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #socket .container {
      min-height: 90px;
    }
    #socket .social_bookmarks {
        float: none;
        margin: 0 auto;
        width: 80px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1113953

    Thank you Victoria

    This works well, thanks

    #1114101

    Hi richardwilding,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.