Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Munchies Theme :: Mobile child menu/nested items looks like parent #75549

Closed
mdtanjid0 opened this issue Apr 11, 2023 · 2 comments
Closed

Munchies Theme :: Mobile child menu/nested items looks like parent #75549

mdtanjid0 opened this issue Apr 11, 2023 · 2 comments
Labels
[Pri] Low [Type] Bug User Report This issue was created following a WordPress customer report

Comments

@mdtanjid0
Copy link

Quick summary

Munchies Theme's dropdown menu looks like normal menu items on small devices.

Steps to reproduce

  1. Install Munchies Theme
  2. Create a menu with submenu items.
  3. And check them on small devices ( under 600px ).

What you expected to happen

It should show as dropdown/child items on small devices too.

What actually happened

It shows
Screen Shot on 2023-04-11 at 18:11:01
parent menu items.
Screen Shot on 2023-04-11 at 18:10:19

Impact

Some (< 50%)

Available workarounds?

Yes, easy to implement

Platform (Simple and/or Atomic)

No response

Logs or notes

Ticket: #6133315-zen

And I have shared this CSS code as a workaround:

/* Adjust mobile menu submenu items | ( 6133315-zen ) MT */
@media ( max-width: 600px){
    .wp-block-template-part .wp-block-navigation__container li.wp-block-navigation-submenu ul {
        margin-left: 65px;
    }
    /* Child items font size */
    .wp-block-template-part .wp-block-navigation__container li.wp-block-navigation-submenu ul li a {
        font-size: 20px;
    }
    .wp-block-template-part .wp-block-navigation-submenu button {
        display: block !important;
        position: relative;
    }
    .wp-block-template-part .wp-block-navigation-submenu button svg {
        position: absolute !important;
        left: 45px;
        top: -25px;
    }

}
@mdtanjid0 mdtanjid0 added [Type] Bug User Report This issue was created following a WordPress customer report labels Apr 11, 2023
@github-actions
Copy link

Support References

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

  • 6133315-zen

@cuemarie
Copy link

cuemarie commented Apr 11, 2023

📌 SCRUBBING : RESULT - Replicated / Could Not Replicate / Uncertain

  • Tested on Simple – Replicated
  • Tested on Atomic – Replicated
  • Replicable outside of Dotcom – Yes

📌 FINDINGS/SCREENSHOTS/VIDEO

  • Based on my testing, this issue does not seem specific to the Munchies theme; it seems this reflects a larger issue with how submenus, when justified center, appear in the overlay menu.
  • For example, I can replicate the same issue in Twenty Twenty-Three and Blank Canvas on various test sites.
  • I've opened a new report for the larger issue instead, linked below.

📌 ACTIONS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Pri] Low [Type] Bug User Report This issue was created following a WordPress customer report
Projects
None yet
Development

No branches or pull requests

2 participants