• Resolved caleemack

    (@caleemack)


    Hello, is there any way to make disable menu responsivness when I watch the site on cell phone? I hate the cube with three lines and I want to see whole Menu (classic bar as i can see it when i’m on desktop)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter caleemack

    (@caleemack)

    Hello,

    can someone help me pls? I want to see normal menu on iPhone (same as on desktop/higher resolution) instead of these four lines.. thanks

    http://postimg.org/image/ajd95ysun/

    Hi,

    Theme Options -> Custom CSS

    .nav-menu.sf-js-enabled.sf-arrows{
    display:block !important;
    }
    .dd-select{
    display:none !important;
    }
    Thread Starter caleemack

    (@caleemack)

    Hello,

    thank you very much. For those who wants the “normal menu” only at certain resolution, I made the css like this:

    @media screen and (min-width: 610px){
    .nav-menu.sf-js-enabled.sf-arrows{
    display:block !important;
    }
    .dd-select{
    display:none !important;
    }
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu on mobile’ is closed to new replies.