• dodsont

    (@dodsont)


    I just noticed recently that my main menu is not appearing when being viewed on a mobile device (or in a browser when the window is shrunken down). I am using a child theme, however I tested with the parent theme as well and it has the same issue. Is there any plugins that have a conflict with this theme that I should be aware of? Or any issue with version 1.2.10 (my current version) of this theme? Thanks in advance for any help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • artnook

    (@artnook)

    I am having the same issue. Please help!

    hbee

    (@heatherbodlak)

    This is happening to me too!

    Thread Starter dodsont

    (@dodsont)

    I managed to fix this by adding the following code to my style-mobile.css file inside of my child theme.

    button.menu-toggle {
        display: block !important;
    	}
    hbee

    (@heatherbodlak)

    yay! that worked. oops, but it’s not the best solution… it shows on the browser (full width) site too..!

    itsdavidmorgan

    (@itsdavidmorgan)

    I’ve uploaded a fix for this that should be available on WordPress within a few days for update. If you need the update sooner, you can download the latest theme version from our Github repo here.

    Thanks!

    Thread Starter dodsont

    (@dodsont)

    I meant to say that you need to put that piece of css inside of:

    @media handheld, only screen and (max-width: 767px) {
    
    }

    then it will only show up on mobile size screens

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Main menu not showing in Mobile’ is closed to new replies.