Update:
I tried following the advice here which talks about adding classes to the whitelist on UCSS. It says to use the F12 element inspection tool to look for differences on the elements that aren’t working.
Some differences I’ve found on the menu bar:
Working (UCSS Off)
*, :after, :before {
box-sizing: border-box;
}
Not working (UCSS On)
*, .wp-block-cover, .wp-block-group, :after, :before {
box-sizing: border-box;
}
Turning UCSS on seems be adding some extra classes but the guide says I should be looking for classes that are missing.
Can anyone help explain this? There are other instances where the UCSS version has extra bits. I assume its these extra bits where they shouldn’t be that is breaking things.
-
This reply was modified 2 years, 5 months ago by rbabt.
-
This reply was modified 2 years, 5 months ago by rbabt.