Hey @zsorensen – it looks like this is a known bug with the editor at the moment – something that should be getting worked on.
https://github.com/WordPress/gutenberg/issues/50486
In the meantime – you can add the code below to your site’s CSS following these instructions.
/* unset padding on the navigation block */
.wp-block-navigation ul {
padding: unset;
}
Hey @jordesign thanks for reaching out. The CSS fixed the issue. I hope they get this bug out of the editor ASAP.
Hi @jordesign
I just ran into the above problem today (11/5/2023). The workaround also fixed the issue.
It has been almost two months, and there has not been a fix. How will we know when the problem is solved, and do we take the CSS fix out when it is?
i keep wp and plugins uptodate.