Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] How can I upload my icons?

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

Famed Member
Posts: 3611

@ldj72,

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

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

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

ldj72
(@ldj72)
Joined: 3 years ago

Estimable Member
Posts: 95

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

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@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: 3 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: 4 years ago

Famed Member
Posts: 3611

@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: 3 years ago
Page 3 / 3