Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tfosnom Friend
    #191969

    Hey everyone
    I just need to stop the sidebar menu from appearing (remove or hide trigger ONLY in desktop view.) I still wish it to appear automatically when in any responsive view. Again to clarify, I do NOT wish to delete the menu, just restrict it to a responsive operation
    Blessings Shannon

    tfosnom Friend
    #511216

    <em>@tfosnom 396490 wrote:</em><blockquote>Hey everyone
    I just need to stop the sidebar menu from appearing (remove or hide trigger ONLY in desktop view.) I still wish it to appear automatically when in any responsive view. Again to clarify, I do NOT wish to delete the menu, just restrict it to a responsive operation
    Blessings Shannon</blockquote>

    Any clues on where to stop the sidenav button from appearing on the desktop?

    Ninja Lead Moderator
    #511358

    You can try my solution :

    + Open templates/ja_magz/css/template.css file

    .btn-sidenav {
    background: #fff
    border: none;
    border-right: solid 1px #dadada
    color: #aaa
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    }

    change to

    .btn-sidenav {
    background: #fff
    border: none;
    border-right: solid 1px #dadada
    color: #aaa
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0;
    display: none;
    }

    + Open templates/ja_magz/css/bootstrap-responsive.css file

    .navbar .btn-navbar {
    display: block;
    }

    .navbar .btn-navbar {
    display: block !important;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum