Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
January 5, 2017 at 2:20 pm #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
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 6, 2017 at 2:29 am #1000097Hi
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.AuthorPostsViewing 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