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

    The main menu wraps even when the width of the screen is enough?


    1. screen1-1
    Pankaj Sharma Moderator
    #935920

    Hi
    its comes due to there is not enough space in that screen size to show it in single row .
    You can show the mobile menu in that screenshot to avoid this view .
    For this you need to change the values of the menu breakpoint .
    Go to /less/variable.less file
    find below code

    // 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;
    

    Compile less to css after save .
    Kindly take full backup of site before applying changes .

    fasadel Friend
    #936744

    No. The problem is not enough space. Сonversely when the window less than ~1660 px wide everything is ok but if wider the several menu items jump to the second line. Look at the screenshots or test it at our site. I’ve attached the screenshot with extra wide window 3800 px.


    1. screen_1660
    2. screen_3800
    Pankaj Sharma Moderator
    #936947

    Hi
    Find my solution in this thread for same issue .
    https://www.joomlart.com/forums/topic/menu-on-2-lines/
    this will solve your problem.

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

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

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