In addition to this item we use the paid service CriticalCSS
seems like critical CSS is off now and the problem is gone, correct?
in that case you’ll probably have to add something like this to Autoptimize -> Critical CSS -> add CSS to all rules;
@media(max-width:992px) {
#main-menu{display:none !important;}
}
hope this helps,
frank
I’ll need to see it broken so I can investigate styles applied artofclouds ?
If you want to see how the menu is loading, go to the site via mobile phone
These actions can lead to this behavior of the plugin.?
Then find the css file that has @font-face code inside and adds font-display: swap inside it.
OK, can you change the extra CSS into the following?
@media(max-width:992px) {
.zn-res-menu-nav{display:none !important;}
}
All the same, did not help 🙁
nah, clear your page cache, should be fine (as https://artofclouds.ru/?frank-says=look-ma-no-cache works) 😉
No feedback so I assume this indeed got resolved by clearing the page cache? Feel free to follow up if you still encounter issues!
have a nice day!
frank