Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
900 stars 357 forks source link

Dawson: [Navigation Block] Submenus in overlay overlap #7389

Open hacchism opened 1 year ago

hacchism commented 1 year ago

Quick summary

When using Dawson, submenus in the overlay have insufficient spacing and overlap.

Steps to reproduce

  1. Activate the Dawson theme
  2. In Site Editor, add a Navigation Block and setup submenus
  3. Select "Mobile" or "Always" for OVERLAY MENU

What you expected to happen

Submenu items get enough space in between.

What actually happened

Submenu items get insufficient spacing and overlap.

Screen Shot on 2023-09-27 at 15:28:18

Browser

No response

Context

Originally reported on 7089880-zen

Platform (Simple, Atomic, or both?)

Simple

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

CSS for workaround:

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: 17px;
}

The px value can be adjusted.

github-actions[bot] commented 1 year ago

Support References

This comment is automatically generated. Please do not edit it.

karenroldan commented 1 year ago

📌 REPRODUCTION RESULTS

📌 FINDINGS/SCREENSHOTS/VIDEO

Replicated exactly as described above. All texts in the submenu are too closely spaced, making the content hard to read and visually cluttered.

Dawson - Simple & Atomic

Ddg4O3.png

TT3, for example

DAW0Rv.png

📌 ACTIONS