New Topic

Nav Menu on iPad

Home › Forum › Customization › Nav Menu on iPad

This topic contains 5 replies, has 2 voices, and was last updated by  StartupWP 4 years, 6 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1844

    madison
    Participant

    Is there a way to prevent the navigation menu from wrapping on the iPad? With somewhat limited knowledge I tried adding this meta tag above the </head>:
    <meta name=”viewport” content=”width=device-width,initial-scale=1.0″>

    I thought this might overwrite your meta tag of <meta name=”viewport” content=”width=device-width” />. But instead it yielded some fairly unpredictable and undesirable results.

    Here’s the website if needed.

    Thanks

    #1848

    StartupWP
    Keymaster

    Can you be more specific, perhaps share a screenshot of the issue?

    If you mean you wish to disable the responsive design altogether, see:

    https://startupwp.com/topic/turn-off-responsive-design/

    #1854

    madison
    Participant

    Here’s a screen shot of the iPad menu (top) and a screen menu (bottom). I didn’t crop either image side to side. The nav bar on the iPad goes side to side (1280px) with no margin. That’s unlike the screen nav bar where I tried to get the window width to 1280px before doing the screen capture. On the screen version the Chrome developer tool showed #wrapper at 1071px with right and left margins of 96px.

    I can produce a similar result to the iPad on my screen if I reduce the window width to between 768px and about 808px. At 809px the nav bar no longer wraps. I’m not sure there’s a correlation but thought I’d mention it.

    Not sure whether any of this gives you a clue as to what a solution might be. Hope so though.

    Thanks.

    #1857

    StartupWP
    Keymaster

    Let’s try the simplest solution:

    #wrapper #menu #s {
      width: 150px;
    }

    https://startupwp.com/topic/customizing-your-theme/

    #1860

    madison
    Participant

    Maybe it is simple but it works. Thank you.

    #1864

    StartupWP
    Keymaster

    Good to hear. You’re welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.