show or hide a menu in specific devices
-
Unfortunately I do not know CSS and I have a problem understanding some core concepts on this scripting language. I try to hide a menu on the theme I use, Oxygen, though I cannot do it. I tried to use the following code:
#menu-primary { display: none;}
while
@media only screen and (max-width: 767px) {
in style.css file though it did not work. Is there a way to hide a menu or both? Thank you in advance,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘show or hide a menu in specific devices’ is closed to new replies.