AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] How to show forums icons on mobile?

2 Posts
1 Users
0 Reactions
1,259 Views
ldj72
Posts: 95
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ldj72)
Estimable Member
Joined: 4 years ago
[#33992]

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
ldj72
Posts: 95
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@ldj72)
Estimable Member
Joined: 4 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.


Share: