Hi,
I’ve added a twitch social icon to the top/footer bar, but this icon isn’t lining up with the others.
functions.php addition:
$twitch = "https://www.twitch.tv/dutchbrawlers/";
if ( $twitch ) : $output .= '<a href="' . $twitch . '" class="twitch" title="Twitch" target="_blank"><i class="x-icon-twitch-square"></i></a>'; endif;
style.css addition:
.x-icon-twitch-square:before{
content: url(/wp-content/uploads/2016/10/twitch_orange.png);
height:24px;
width:24px;
}
http://tdb.nramedia.nl
Thanks in advance!