• Is there a way to have the navigation menu still display on a mobile screen? (like an icon with dashed lines, drop down or anything).

    I tried this code that was posted in another thread but it did not work

    /* Adjustments for the menu display on smaller devices like the iPhone 4 */
    @media only screen and (max-device-width: 480px) {
    	.main-navigation,
    	    .main-navigation ul ul {
    		width: 324px;
    	}
    }

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, Writr, by default has a small menu for smaller devices and the link to it shows up centered at the bottom of the header area when the browser window is narrow, or on phones and small tablets.

    Can we have a link to the site so that we can look at your site and see what is happening?

Viewing 1 replies (of 1 total)
  • The topic ‘Menu disappears completely on mobile screens’ is closed to new replies.