Feb 05, 2023 10:11 am
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.
1 Reply
Feb 05, 2023 2:30 pm
Hi, forget it. Major cache issue to solve...
When I regenerate CSS, it works... I have to figure it out.
You can close it.