Archived topic
Removing the primary navigation on mobile view
3 replies · Started by Steve on June 19, 2019
Viewing posts 1–4 of 4
I have looked through the forum and am trying to remove the primary navigation on mobile view but with no luck.
Tried CSS and the cutomise area, but not working for me.
Hi there,
Give this a shot:
@media (max-width: 768px) {
#site-navigation,
#sticky-navigation {
display: none;
}
}
Let me know :)
Brilliant, ever grateful for your help, works a treat
Awesome, glad I could help :)
This archived topic is closed to new replies.