Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Leon Cuzzilla Friend
    #951094

    Can I trigger the collapsible mobile menu when the screen is larger as my menu drops one menu item down and it looks a bit messy. Do I have to change something in variables.less?

    http://lowlinecattleqld.com.au/


    1. Screen-Shot-2016-07-18-at-9.48.27-pm
    2. Screen-Shot-2016-07-18-at-9.48.50-pm
    Pankaj Sharma Moderator
    #951146

    Hi
    You can change the menu breakpoint from the Variable.less file .

    Find

    // Point at which the navbar stops collapsing
    @grid-float-breakpoint:     @screen-md-min;
    

    Replace it with

    // Point at which the navbar stops collapsing
    @grid-float-breakpoint:     1140px;
    

    Then compile Less to Css .

    kindly take backup of site before compile less to css .
    LESS to CSS will override your style changes in css files .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

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