test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • avgerinosmd Friend
    #1078463

    Hi i would like to ask how i can make the megamenu dissapear before it breaks which for me is at around 1200px.

    Thanks

    Pankaj Sharma Moderator
    #1078531

    Hi
    Open template folder /less/variable.less file
    Now 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:     1200px;
    

    Now open template style and compile less to css

    Please note compile less to css will override the css changes,
    Kindly take backup of changes from local folder if you have.

    Regards

    avgerinosmd Friend
    #1078912

    Thanks! It worked! But can i have the off-canvas menu tooggle appear at the same screen width?

    • This reply was modified 6 years, 12 months ago by  avgerinosmd.
    Pankaj Sharma Moderator
    #1078997

    Hi
    Off-canvas is on a module position that you can hide or show from the template options > Layout > responsive layout.
    Hide/show it for different screen size as per needs.

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 12 months ago.

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