Archived topic
Hot to not show secondary menu on mobile view
3 replies · Started by Karsten on November 7, 2018
Viewing posts 1–4 of 4
Hi Folks,
I would like to not show the secondary menu on mobile view.
Could you please help me and advise what to do?
https://www.kagels-trading.de/trading-signale/dax-signale-vom-profi-trader-nutzen/
Hi there,
Give this CSS a shot:
@media (max-width: 768px) {
.secondary-navigation {
display: none;
}
}
Thank you very much, Tom.
No problem :)
This archived topic is closed to new replies.