Home › Forums › Support › Why no sub menu items on mobile? This topic has 3 replies, 2 voices, and was last updated 6 years, 2 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 4, 2017 at 3:38 am #378712 Yael Hello, I just realized that the sub menu items do not show on mobile menu; only the main menu items? How do change this so all the menu items (main and sub) show on mobile? https://www.suzannewest.com?bypass=preview September 4, 2017 at 4:46 am #378745 Yael Okay, I realized why this was happening. I had added custom CSS to hide the sub menu icon .menu-item-has-children .dropdown-menu-toggle { display: none; } So the revised question is: how can I not display menu toggle on desktop (large devises) only? September 4, 2017 at 5:00 am #378755 Yael Me again π I think I resolved this with a media query: @media only screen and (min-width: 769px) { .menu-item-has-children .dropdown-menu-toggle { display: none; } .main-navigation .main-nav ul li.menu-item-has-children > a { padding-right: 30px; } } September 4, 2017 at 9:27 am #378932 LeoStaff Customer Support Glad you found the solution π Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In