Viewing 1 replies (of 1 total)
  • put this in your CSS and that should tothe trick

    .social-accounts.icons .account {
    list-style-type: none !important;
    }

    and to fix the spacing use this CSS

    .social-accounts.icons .account a {
    display: block;
    margin: 0 0px 0px 0 !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Icon Trouble’ is closed to new replies.