Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,095
    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