• Does anybody know how to remove the mobile menu. It looks like three horizontal lines. I would still like to keep the desktop and tablet look the way it is, just particularly on mobile.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please, use this extra CSS code :

    @media screen and (max-width: 468px){
        .main_menu_col{
            display:none !important;
        }
    }

    Hi @dkambur ,

    Was your issue solved using the above solution?

    Please let me know what is the current status of your issue so I can further help you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Mobile Menu’ is closed to new replies.