Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Maywood - Submenu Does Not Indent on Safari #8448

Open
@ktyfuller604

Description

Quick summary

On both iPhone and Safari/Mac, nested / submenus have no indentation and is missing the - (dash). On Chrome the indent and dash both appear.

Steps to reproduce

  1. Activate the Maywood theme on any site
  2. Create a menu with nested navigation items
  3. Check on Safari and iPhone

A clear and concise description of what you expected to happen.

Submenu items should be indented and have a dash before each one.

What actually happened

The submenu items were flush with the parent item and there were no dashes.

Impact

Some (< 50%)

Available workarounds?

Yes, easy to implement

If the above answer is "Yes...", outline the workaround.

The following CSS code worked to target just Safari and indent the submenus. It does not add the dashes.

/** Safari Fix for Submenu Indents  **/
@supports (-webkit-hyphens:none)  {
.main-navigation > div > ul ul {
    padding-left: 20px;
}
}

Platform (Simple and/or Atomic)

Simple, Atomic

Logs or notes

9073021-zd-a8c

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions