• crownagcars

    (@crownagcars)


    When I display my site on tablet and mobile devices it shows two (duplicated) main menus. One menu via drop-down and second via list. I would like it to only display the drop down. How do I change the location and visibility of the main menu for tablet and mobile devices?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hung PD

    (@nhalauxehoi)

    Hi,

    It seems a bug, I reported to developer, he will check it soon.

    Meanwhile, you can use temporarily code to fix it

    @media (max-width: 465px){
        .menu-header-container{
            display: none;
        }
    }

    Regards,
    Hung PD

    Thread Starter crownagcars

    (@crownagcars)

    Thank you for the help…Where should I apply the code? I tried adding it to the main Stylesheet with no success.

    Hung PD

    (@nhalauxehoi)

    Hi,

    You can try add in Appearance -> Customize -> Additional CSS

    Regards,
    Hung PD

    Thread Starter crownagcars

    (@crownagcars)

    I really appreciate the help. However, this still does not work. Please let me know if you have any other suggestions.

    Plugin Author Anh Tran

    (@rilwis)

    Hi @crownagcars ,

    We’ve updated the theme. Please update it, and clear the browser cache and try again.

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