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

    Hi there, is there an easy way to align the sockets social media icons to the center on all devices?

    Thanks,
    Matt

    #497831

    Hey Matt!

    Add this to your custom CSS.

    #socket .social_bookmarks {
        float: none !important;
        margin: -10px 0 0 30px;
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%);
    }

    Regards,
    Elliott

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