Problem explanation
Menu items which used to have white space between them now appear to be bunched up.Expected output
The menu used to look like this; the screenshot for the theme.Explanation
This is due to a code change implemented in WordPress TRAC #27762: Remove whitespace between menu itemsProposed solution
I have a couple of choices.- Add a margin in the CSS for the list items.
- Do nothing; live with it.
- Live with it, but update the theme screenshot to reflect the change.