Hi,
For now, there are only twitter and I’ll add Linkedin
But if I delete the code hereunder, social networks icons are displayed in double
Is this a bug theme?
ul.social-icons {
height: auto;
overflow: hidden;
list-style: none!important;
}
ul.social-icons li {
float: left;
display: inline-block;
height: 36px;
}
ul.social-icons li:not(.sf-love) a {
display: inline-block;
padding: 10px;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 16px;
overflow: hidden;
position: relative;
text-align: center;
transition: all 0.35s;
}
ul.social-icons li:not(.sf-love) a i {
display: block;
height: 100%;
position: relative;
top: 0%;
transition: top 0.35s;
width: 100%;
margin-bottom: 31px;
}
ul.social-icons li:not(.sf-love) a i[class*="ss-"] {
margin-top: -8px;
display: block;
margin-bottom: 38px;
}
Attachments:
You must be
logged in to view attached files.