-
AuthorPosts
-
March 15, 2016 at 7:44 am #838531
Since I almost always use Chrome, I didn’t realize all of your demos menus are supposed to drop down on Hover. I don’t have Firefox at work so can’t currently test it but they are not working in Chrome – but do in IE. Please notice I’m talking about YOUR DEMOS – not something on my site.
In a thread from last year Simon suggested the following CSS. I’ve added this to my blog and it has resolved the issue.
}
.masthead .x-navbar .desktop li > .sub-menu {
display: none;
}.masthead .x-navbar .desktop li:hover > .sub-menu {
display: block;
}March 15, 2016 at 8:56 am #838634Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 15, 2016 at 9:50 am #838701Dear Staff – you did read that I’m talking about YOUR website demos – NOT something I’m creating.
My site is under development and IS NOT the issue. But it’s at http://mrkenney.com/xtheme/March 15, 2016 at 5:28 pm #839226Hi there,
Would you mind pointing out which of the demo pages where the dropdown menus are not working? I have just checked some of them such as the screenshot below and it seems to be working fine on my end using Chrome.
-
AuthorPosts