Home › Forums › Support › Completely disable secondary navigation on mobile This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 1, 2017 at 8:12 am #439562 Andrei Hi! How can I completely disable secondary navigation on mobile? December 1, 2017 at 9:57 am #439625 TomLead Developer Lead Developer You can do this: @media (max-width: 768px) { .secondary-navigation { display: none; } } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In