Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • slider22 Friend
    #1044849

    How to keep main menu visible at smaller screen widths? It’s silly that it hides the menu so early (1200px) and leaves a header blank – it should be handled better or have options.

    I’ve spent a while messing with bootstraps grid, and many other widths, but so much menu functionality gets turned off / adjusted that it breaks everything at thinner widths.

    Is there any SIMPLE way to keep the main menu working correctly at lower widths?

    Pankaj Sharma Moderator
    #1044876

    Hi
    You can change the breakpoint value from /less/variable.less file
    Find

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

    repalce @screen-lg-min
    with a with value like 980px
    save file, compile Less to css and check.
    Kindly take backup of custom changes before applying compile less to CSS.
    Less to CSS will override the css file with core style except for custom.css.

    Regards

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

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

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