Hide Sub-Menu Items on Mobile
-
I have organized my menu items great on desktop, but in mobile mode the number of sub-menu items is out of control.
I’ve tried the following code in a custom CSS area, but it doesn’t work:
@media screen and (max-width: 600px) { .sub-menu { display: none; } }
Any thoughts?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Hide Sub-Menu Items on Mobile’ is closed to new replies.