Description
When adding the Social Icons block in a Navigation Overlay template part, the blockGap is being zeroed out on the front end. This is likely caused by the following CSS, which is targeting the Navigation UL, and inadvertently also hitting the ul.wp-block-social-links:
.wp-block-navigation ul {
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
padding-left: 0;
}
Step-by-step reproduction instructions
- Go to Header template part, edit Navigation, create Navigation Overlay part.
- Add content to the Navigation Overlay, including Social Icons block.
- Save changes. Go to front end, simulate mobile view, trigger responsive menu icon.
- View front end Social Icons with zero blockGap being applied.
Screenshots, screen recording, code snippet
Site editor view:
Front end view:
Environment info
WordPress 7.0 RC2, TT5 theme active, Gutenberg not active.
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.
Description
When adding the Social Icons block in a Navigation Overlay template part, the blockGap is being zeroed out on the front end. This is likely caused by the following CSS, which is targeting the Navigation UL, and inadvertently also hitting the ul.wp-block-social-links:
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Site editor view:
Front end view:
Environment info
WordPress 7.0 RC2, TT5 theme active, Gutenberg not active.
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.