Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1478780

    Hi, on my site, https://www.cannockchasehorsetrekking.com/, the dropdown menu works on desktop but on mobile when I click the carat to expand the ub menus nothing happens. The carat rotates but wont expand.

    Also the first few item wont normally be clickable. I have tried all sorts of combinations and some CSS but nothing works.

    Note at the momentt he setting is to showall sub menu items on mobile. Thi is to allow the first menu items to be clickable as oherwise they dont. Even though show all sub menus is selected sub menu items still not showing!

    #1478786

    Hey CCTC2017,

    This CSS is hiding them:

    .sub-menu {
      display: none !important;
    }

    Did you add it in Quick CSS maybe?

    Best regards,
    Rikard

    #1478864

    Thank you – that was some old code that looks like whoever built the site added.

    I have removed the old code and seems to work now.

    Thanks

    #1478884

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile dropdown/sub menus not working’ is closed to new replies.