• Resolved cd

    (@chuffeddeal)


    Dear Support,

    Please understand that I am developing my site on your theme and everything going smoothly except the one problem which is the Mobile Navigation Menu. If you open the Shop menu on mobile/tab you will find that menus and sub-menus are expanded which should be hidden/collapse under its parent categories and should be open only when clicked on it.

    I believe that there is small revision is required and could be done with help of CSS.

    Please help me to fix this issue at earliest.

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    Sorry for the late reply, just missed this thread earlier.

    Add this css to hide them:

    @media screen and (max-width: 980px) {
    	ul.sub-menu {
    	    display: none;
    	}
    }

    but that will need jquery tweaks to open and close, so it will be better we will add it in our next update rather than trouble you to customise things.

    Thanks!

    Thread Starter cd

    (@chuffeddeal)

    Dear Sir/Madam,

    This is not helpful, we can not hide submenus as they are the main connector of main menus and products.

    We request you to please update the theme as this is reducing the beauty of the site.

    Expecting fast solution from your end !

    Thanks

    Theme Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    Theme has already been updated.
    If you have made coding changes please backup your files before updating, otherwise you can directly update your theme from Admin Dashboard.

    You can see it working in our demo: https://8degreethemes.com/demo/wp-store/

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile/Tablet Navigation Expanded Menu’ is closed to new replies.