Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Sectomy on August 01, 2020, 07:11:36 AM

Title: Font Awesome space problem
Post by: Sectomy on August 01, 2020, 07:11:36 AM
Hi,

i have a little problem with one Font Awesome "position" in my Menue....and im totally helpless where, or why.
so in attachment you see the Like Button is not align with the others. heres the Code of , maybe anyone can give me a quick solution :)

if(LikePosts::$LikePostsUtils->showLikeNotification()) {
echo '
<li><span class="showLikeNotification" onclick="lpObj.likePostsNotification.showLikeNotification()">' . fontawesome('far fa-thumbs-up') . ' ', $txt['like_show_notifications'], '</span></li>';
}
Title: Re: Font Awesome space problem
Post by: Sectomy on August 01, 2020, 07:25:01 AM
nevermind, putted in a &nbsp; and its good.... lol.
so simple :)