• Resolved monkeyshiner

    (@monkeyshiner)


    Conditional menu works great on a desktop, but when I view the page on a mobile device, it’s loading the main menu, not the conditional menu.

    I’m using the Divi theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Conditional Menus doesn’t swap menus for mobile breakpoints/devices. Do you have any theme feature/option that might caused the problem?

    Thread Starter monkeyshiner

    (@monkeyshiner)

    My problem was that the main menu was appearing and not the conditional menu I set up when viewed on a mobile device. Upon further investigation, the mobile menu was loading a secondary menu that I had hidden via CSS. SO I added additional code to hide that menu in the mobile html and it now works.

    Plugin Author themifyme

    (@themifyme)

    Thanks for updating the issue.

    What Css did you use to apper it on mobile

    Plugin Author themifyme

    (@themifyme)

    @alexenderns

    You can use CSS media query to target mobile breakpoint:

    @media screen and (max-width: 680px) {
    #main-menu {
    font-size: 14px;
    }
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile menu’ is closed to new replies.