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

    I created a page on http://s759551828.websitehome.co.uk

    I selected social icons to be displayed in the socket at Enfold -> Footer -> Social Icons, but they do not appear. Any ideas? I tried a couple of the fixes I found on a forum search but no joy.

    Thanks in advance.

    #1201959

    Hey,

    That is because of following custom CSS code

    #top .social_bookmarks li a {
        margin-left: 30px;
    }

    You can add following code to set left margin value to 0 on socket section

    #socket .social_bookmarks li a {
        margin-left: 0;
    }

    Best regards,
    Yigit

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