Notifications
Clear all

[Solved] How to show forums icons on mobile?

2 Posts
1 Users
0 Likes
342 Views
Posts: 93
Topic starter
(@ldj72)
Estimable Member
Joined: 2 years ago

Hi,

I have a french and english forum.

For both on the desktop view, I can see my personalized forum icons.

 

But for mobile, I can't see icons for english forum.

 

For french : 

 

For english

 

I am using the same CSS code for both boards:

/* Show forum icons on mobile*/

 @media screen and (max-width: 620px) {
     #wpforo #wpforo-wrap .wpfl-3 .wpforo-forum-icon{
         display: unset !important;
     }
 }


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

 

Icon images are at the same URL for both versions, french and english:

 

 

It only occurs on mobile english forum

Please advise

 

Regards.

 

Topic Tags
1 Reply
Posts: 93
Topic starter
(@ldj72)
Estimable Member
Joined: 2 years ago

Hi, forget it. Major cache issue to solve...

When I regenerate CSS, it works... I have to figure it out.

 

You can close it.