• Resolved clayt101

    (@clayt101)


    Please take a look at the menus on the above page using firefox.
    In particular, look at the “Socials” menu, then the years and then the events. In firefox, the menu will start jumping really fast from left to right and vice versa. This only occurs in fire fox (I tried IE and Chrome as well).
    Thanks

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello ,

    Please use the following custom CSS to fix the sub-menu issues.

    .main-navigation ul ul {
        display: none;
    }
    .main-navigation ul li:hover > ul {
        display: block;
    }

    Let us know if this fix the issue.

    Best Regards!
    Acme Themes

    Thread Starter clayt101

    (@clayt101)

    Yes! That worked. Thank you very much!

    Theme Author Acme Themes

    (@acmethemes)

    Glad to know your problem solved ??

    Thread Starter clayt101

    (@clayt101)

    Well, now I notice that the menus don’t function properly on my mobile device. If you click on any top menu (that has sub menus), it automatically takes you to that page instead of showing the sub menus.

    Theme Author Acme Themes

    (@acmethemes)

    Hello @clayt101,

    Please add following custom CSS:

    @media screen and (max-width: 1023px) {
    	.main-navigation ul ul {
    		display: block!important;
    	}
    }

    Best Regards!
    Acme Themes

    Thread Starter clayt101

    (@clayt101)

    That works. It shows the sub menu items all of the time on a mobile device. I would prefer it if they were not always view able, but this works.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu Functions Poorly on Firefox’ is closed to new replies.