Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • k2joom Friend
    #899862

    Hello Team,

    I have noticed that the templates main menu collapses on some large screen resolutions, such as 1366×768 (16:9).
    Collapse navigation for small screens is enabled, but I can not find where to change at what size the main menu collapses.

    Can this be modified?

    Pankaj Sharma Moderator
    #900172

    Hi
    Go to /templates/ja_magz_ii/less/variable.less
    Find this 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:     1024px;
    

    Apply the value 1024px with the screen size where u want to apply the breakpoint .
    Compile Less to css from template options to apply the changes . If you will edit this file via Joomla admin panel you can compile only this file from the compile Option . Here > http://prntscr.com/afsrxe

    Please take a backup of site before making 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 8 years, 8 months ago.

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