Notifications
Clear all

[Solved] How can I upload my icons?

23 Posts
4 Users
1 Reactions
1,331 Views
ldj72
Posts: 95
Topic starter
(@ldj72)
Estimable Member
Joined: 2 years 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
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@ldj72,

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

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

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

ldj72
(@ldj72)
Joined: 2 years ago

Estimable Member
Posts: 95

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

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@ldj72,

 @media screen and (max-width: 620px) {
     #wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-icon{
         display: unset !important;
     }
 }
ldj72
Posts: 95
Topic starter
(@ldj72)
Estimable Member
Joined: 2 years 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
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@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 

ldj72
Posts: 95
Topic starter
(@ldj72)
Estimable Member
Joined: 2 years ago
Page 3 / 3