Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255614

    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

    #255621

    Hey HiDrew!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    li.page_item.page-item-57 {
    display: none !important;
    }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.