It appears that the font Icons do not appear when viewed on mobile, I did try to research and all I found was to add this to to the CSS, so I added to all but still not change, any suggesttions please.
#wpforo-wrap .wpforo-forum-icon {
display: block !important;
}
@media screen and (max-width: 620px)
#wpforo-wrap .wpfl-1 .wpforo-forum-info {
width: auto !important;
}