Tagged: hide menu item
Aloha Kriesi team!
I am trying to make the menu item “Frequently Asked Questions” disappear on screen widths below 990px. Here was my attempt:
@media only screen and (max-width: 990px) {
#main_menu ul.avia_mega li.page_item.page-item-57 {
display:none;
}
}
Am I close? Haven’t quite got it yet…
Page is: http://gator3148.hostgator.com/~yc4c/
Mahalo,
Drew