Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30295
    Sevian
    Member

    I have a main menu on my website, I can remove it when I am mobile format

    thanks again

    #30377
    Sakin
    Keymaster

    @Sevian: You can hide that from CSS. So, can you send me your site URL and I will check in.

    #30442
    Sevian
    Member

    Great, http://veogangas.com

    Thanks you

    #30445
    Sakin
    Keymaster

    @Sevian: You can add in the following css in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (max-width: 960px) { #header-menu { display: none; } }

    #30451
    Sevian
    Member

    fantastic

    Thank you!!

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