Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2015790
how to hide top area menus for mobile screens ?
Closed

Comments

  • vikram4422joshi started the conversation

    i need to hide only top area's menu links for mobile screens . I know it will be done by Media min and max width but i don't know what will be the css code for this so please tell me what code should i use to hide these menu links ?

    please check screen shot attached with this ticket 

    also visit my site to check this.

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 768px) {
    .top-area-menu .nav-menu {
        display: none;
    }
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver