Hi team Enfold
I’m trying to figure out why the top bar is not showing on mobile on my client’s website http://www.warredal.be. I think it’s because of some css I put in, but I can’t seem to find it. Could you have a look and tell me where the top bar went on mobile? It’s important that it’s displayed so that the Polylang flags are also accessible for mobile visitors.
Thanks!
Hi,
You have following custom CSS code
@media only screen and (max-width: 1024px){
#header_meta {
display: none !important;
}}
Please delete it :)
Regards,
Yigit
Deleted it and cleared the cache several times, still not showing up. Maybe some other code is messing it up?
Hey,
Please go to Enfold theme options > Performance and disable “CSS file merging and compression”, flush cache then enable it once again.
If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Regards,
Yigit
I have that compression disabled by default, because when it’s active the website just keeps loading and loading. But I did what you advised anyway, still nothing. :( I added the private login (temporary) link) in the private section. Thanks again.
Hi,
I deleted the code from Quick CSS field. Please review your website :)
Best regards,
Yigit
Great, that fixed it. Thanks!