Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1235008
    NRA_nl
    Participant

    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!

    #1235366
    Jade
    Moderator

    Hi there,

    Please add this code:

    a.twitch {
        top: 8px;
        position: relative;
        left: -5px;
    }

    Hope this helps.

    #1236802
    NRA_nl
    Participant

    Thanks for the reply, it’s fixed!

    #1236823
    Rupok
    Member

    Glad that it’s fixed. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1235008 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>