Forums
(@brandon678)
10 years ago
Ok thank you.
10 years, 1 month ago
Hi im using the verison 4.1 wp hudson theme. this past month i have been trying to figure out why that when i shrink my website my menus wont colpase or anything like that. Please if someone could help id be greatly appericate it!!
Where exactly would i put this code in my CSS?
@media only screen and (max-width: 719px) { .nav ul { display: none!important; } .nav li:hover ul { display: block!important; } }
It didn’t work when i placed it in the Custom CSS
Sayed Taqui where would i have to put the code in order for my site to hide the sub menus in the navi area using mobile?