.author-links a.author-facebook,
.author-links a.author-instagram {
margin: 4px 30px 0 0;
display: inline-block;
position: relative;
padding: 0 0 0 18px;
}
]]>
thank you so much for taking the time, if I put your code in than they appear, but it doesn’t change anything on the wrong style of the genericons comapred with the two genericons form twitter and author link. They are much higher than the other two. any ideas?
Thank you,
Jo
]]>.author-links a.author-website:before,
.author-links a.author-twitter:before,
.author-links a.author-facebook:before,
.author-links a.author-instagram:before {
display: block;
position: absolute;
top: 2px;
left: -4px;
text-align: left;
}
are now missing the added FB and IG selectors. Add them back and placement should look fine. The missing parts:
, .author-links a.author-facebook:before,
.author-links a.author-instagram:before
]]>