Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23975

    Hi my client has a one page landing page and I need to remove drop down menu on mobile devices. What code would I remove or add to custom css to remove that?

    Thanks,

    Chris

    #121847

    Hi,

    Please add this on your custom.css or QUick CSS

    @media only screen and (max-width: 767px) {
    .responsive .main_menu {
    position: static;
    display: none;
    }
    }

    Cheers,

    Ismael

    #121848

    Perfect, thanks Ismael. I appreciate the fast support from everyone there too. It means a lot to me.

    Thanks,

    Chris

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove menu for mobile’ is closed to new replies.