New Topic

Nav Menu on iPad

Home › Forum › Customization › Nav Menu on iPad

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.