Notifications
Clear all

[Solved] How can I upload my icons?

23 Posts
4 Users
1 Likes
729 Views
Posts: 92
Topic starter
(@ldj72)
Estimable Member
Joined: 12 months ago

Hi,

 

I have already set icons for forums. What I am saying is that there are no visible on mobile devices. Only on desktop and tablet.

Check my screenshot below

 

4 Replies
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@ldj72,

wpForo Icons by default aren't shown in the Mobile devices, that's wpForo UI/UX.

Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

It can be shown with a small CSS, but need to know what's the Layout type that you are using.

(@ldj72)
Joined: 12 months ago

Estimable Member
Posts: 92

Hi @chris, I am using the Q&A layout.

Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@ldj72,

 @media screen and (max-width: 620px) {
     #wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-icon{
         display: unset !important;
     }
 }
Posts: 92
Topic starter
(@ldj72)
Estimable Member
Joined: 12 months ago

Thanks, @chris it works but is it a way to reduce icon size on mobile only?

 

The icon overflows the forum title.

1 Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@ldj72,

@media screen and (max-width: 620px) {
    #wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-info {
        margin-left: 10px;
    }
}

if the changes are too small increase number 10 

Posts: 92
Topic starter
(@ldj72)
Estimable Member
Joined: 12 months ago
Page 3 / 3