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

    Hi

    I’ve used the following code provided on this form to center the social media icons in the socket in the custom.css and it doesn’t seem to take.

    #top #socket .social_bookmarks li {
      float: none;
      margin: 0;
      right: 50%;
    }

    Please advise on how to fix this.

    sl

    #967973

    Hi,

    Please use the code as following

    #top #socket .social_bookmarks {
        float: none;
        margin: 0;
        left: 25%;
    }

    Best regards,
    Yigit

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