• Hi,

    first of all, a big thank you for providing your themes!

    Some months ago I realized (did not have the time up to now to spend time on the issue), that the mini menu on mobiles does not work. It is visible but does not react because it is behind the current page. I spent several days analyzing and trying to add z-index to several classes, but did not succeed. Any suggestions?

    BTW, I realized that “Untitled” was not updated for a long time. Maybe it is a problem with recent WP-Updates? Any suggestions for switching to another theme with comparable features?

    Regards and best
    Frank

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I see what you mean, and I also see that the menu items, when the menu is toggled on, are hard to read. The following fixes this so the menu items are clickable and also sets a white background on the menu so that the menu items can be read. In addition, it sets the menu toggle text and icon color to black so they appear when the menu is open so that visitors can click again to get out of the menu.

    @media screen and (max-width: 600px) {
        .site-navigation h1.menu-toggle, .site-navigation h1.menu-toggle::before {
    	color: #000;
        }
        .nav-wrap .site-navigation {
    	position: relative;
    	z-index: 1;
    	background-color: #fff;
        }
    }
    Thread Starter frareinif

    (@frareinif)

    Thanks a lot! ??

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mini menu not on top’ is closed to new replies.