• Lugada works fine in tablet and most of the mobile phones, but for some reason – iPhone wont show the main menu bar – any quick fixes?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have this same problem – anyone has an answer?

    [Mod note: Apply this question, “anyone has an answer” to yourself before posting]

    The Responsive function can be found in the style.css file, at the bottom of the file (after line 1130).

    The line which hides the top menu is

    @media only screen and (min-width: 240px) and ( max-width: 480px) {
    
    #topmenu ul {
    	display: none
    }

    … on my iPhone this menu becomes a dropdown menu, for some reason your blogs don’t do this.
    If you are using a child theme have a look to this part of the CSS file.

    I am VERY new at using this. My menu for my website won’t show up on mobile, iPad etc.

    How do I enable this? Guide me through as if I were 5 years old…ha.

    HELP!

    @natclubb: If you require assistance then, as per the Forum Welcome, please post your own topic. This 9 month old topic references an old version of WordPress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu bar not showing in iPhone’ is closed to new replies.