Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • defende Friend
    #999945

    Hi,

    where I can set the pixel value to change the menĂ¹ from extended to small.
    Now is set to 990px and I want to make the transition to 1200px.

    The site is http://ghislandi.provvisorio.net/

    How can i do it?

    Best reguards
    Defende


    1. menu-change
    Pankaj Sharma Moderator
    #1000097

    Hi
    Open template folder /less/variable.less file
    Find below code

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

    Replace it with

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

    this is the value where the menu will change into the mobile menu.
    After saving you have to compile Less to css from template options.
    Take a backup of the site before applying changes.

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, 10 months ago.

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