Tagged: 

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

    Dear Kriesi,

    In my website (link below), how can I get the social media icons in the footer socket to sit in the center, underneath the Copyright text?

    Thanks, Richard

    #765839

    Hey Richard,

    Go to Enfold > General Styling and add this css code in Quick CSS:

    #socket .social_bookmarks {
        margin-left: 0 !important;
        text-align: center;
    }
    
    #socket .social_bookmarks li {
        display: inline-block;
        float: none;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #766109

    Thanks Nikko,

    I’ve added this css but I’m afraid the social media icons are still displaying on the left, not centered.

    Best wishes,
    Richard

    #766113

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #socket .social_bookmarks {
        float: none;
        clear: both;
        margin: auto!important;
    }
    

    Best regards,
    Yigit

    #766118

    Great, thanks Yigit

    #766125

    Hi!

    You are welcome!
    Let us know if you have any other questions or issues and enjoy your weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Social media icons in footer’ is closed to new replies.