• Resolved verdevalleycsa

    (@verdevalleycsa)


    I have two pages using the Virtue theme (and I love the way the look). However, when viewed on mobile devices, the main menus are showing up stacked in rows instead of all in one line (on iPad), and not at all (on iPhone). I looked at some previous threads and made sure that I have the menu settings are for both primary navigation and mobile navigation, but the issue did not resolve.

    Please help!
    Meghan

    https://www.verdevalleycsa.com

    https://www.sedonarecycles.org

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    1. https://www.verdevalleycsa.com/

    For the two lines that is mostly caused by how many items and how large the text is. You can remove a lot of the padding with custom css like this:

    #nav-main ul.sf-menu a {
    padding: 10px 5px;
    }

    That will keep them in one line. Just add in your theme options > advanced settings.

    Your mobile menu is there just not very visible on your dark background. You should set the color to white in the theme options > menu settings. And consider setting a mobile menu background color.

    2. https://www.sedonarecycles.org/

    I see that your using the topbar menu with a lot of items? Topbar isn’t really set up for that but you can use this css to help the desktop view.

    @media (min-width: 992px){
        .kad-topbar-left {width: 60%}
        .kad-topbar-right {width: 40%}
    }

    Not a lot you can do about two lines on mobile view.

    Also on that site you don’t seem to have a menu set as your mobile menu? can you check that?

    Kadence Themes

    Thread Starter verdevalleycsa

    (@verdevalleycsa)

    Thank you! I couldn’t see that the menu was there but just dark. Everything is the way I want it now.

    i have theme Fruitful but in mobile version when i click on menu then in SHOP division without click on SHOP i get SUB MENU of Shop.
    So please tell me how to resolve it.?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No main menu when viewed on iPhone’ is closed to new replies.