Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #985971

    Hi Krisi,

    I want to Make social media icons in socket center align and responsive for all desktop and computer. I did that already using custom code but i believe its not responsive for all devices.

    Please fix this for me.

    Thanks
    Aadil

    #986143

    Hey danielromanin,

    Please remove the custom codes you added and just use this code:

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

    This should center it in all devices.
    Hope it helps.

    Best regards,
    Nikko

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