• I didn’s change anything. JUst started the website, created a main menu. It is seen on desktop but not mobile.
    site here
    could you help please?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey! In Appearance> Menus, you need to be sure to assign that menu to be your mobile menu. If you want a different menu to display in mobile, you can also create a new one and assign it there as well.

    Let me know if that’s helpful.

    Thread Starter Max

    (@puppele)

    right. i’ve seen the point in ‘manage locations’ tab in menus.
    thanks for rather quick response. appreciate it, Kevin.

    Thread Starter Max

    (@puppele)

    oh, one more think to the topic. can the mobile menu be not collapsed but open by default? there are not so many items there.

    In order to do that, don’t assign a mobile menu, and add this CSS to Apperance>Theme Options> Advanced Settings.

    ul#menu-main1 {
        display: block !important;
    }

    Hey
    If you prefer not to use the mobile menu you can add this css:

    #nav-main ul.sf-menu {
        display: block;
    }

    Then just make no menu assigned to the mobile navigation.

    Kadence Themes

    Hello!

    I had the same problem, but I could solve it on the same way.
    My question is that how can I quickly rename with CSS the word “Menu” to my language (in Hungarian it is “Menü”) without starting to translate the theme.
    Thanks a lot!

    @palagyiadri: This is not your topic. If you require assistance then, as per the Forum Welcome, please post your own topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Main menu not seen on mobile’ is closed to new replies.