x

Navigation bar on smaller screens

Hello everybody!

I'd like to change the navigation bar on screens that are smaller than 992px but larger than phone screens. For example, on small laptops (10.1 inch) or tablets, that are able to show my three pages, I'd like to disable the hamburger menu and show the standard desktop navigation bar. On phones the hamburger should stay.

Is there any possibility to change this?

Thanks in advance,

Meridian

3,014 Views
Message 1 of 5
Report
1 Best Answer

Best Answer

Okay. I looked through all the code once again and found the variable! I got it working just as I wanted it to.

For anyone who's wondering how, I'll explain it:

-  Edit the CSS-Code (you can look it up if you don't know how to do it)

-  Go to _responsive.less

-  Edit the variable 'max-width=992px' and change the pixels to your desired screen size. Now all screens smaller than this variable will show the hamburger menu or the mobile version, and all screens larger will show the desktop version!

I hope I could help someone too, I really needed this! Smiley Very Happy

View Best Answer >

2,992 Views
Message 6 of 5
Report
4 REPLIES 4
Square

There's probably a way to do this if you tweak the code. Are you very comfortable editing the css/html of your website? 

2,997 Views
Message 6 of 5
Report

I know how to edit the code, but I'm not familiar with html or css... I already tried to find some code that I can change but haven't found anything...

2,994 Views
Message 6 of 5
Report

Best Answer

Okay. I looked through all the code once again and found the variable! I got it working just as I wanted it to.

For anyone who's wondering how, I'll explain it:

-  Edit the CSS-Code (you can look it up if you don't know how to do it)

-  Go to _responsive.less

-  Edit the variable 'max-width=992px' and change the pixels to your desired screen size. Now all screens smaller than this variable will show the hamburger menu or the mobile version, and all screens larger will show the desktop version!

I hope I could help someone too, I really needed this! Smiley Very Happy

2,993 Views
Message 6 of 5
Report
Square

Awesome job, @Meridian!! Smiley Very Happy Thanks for sharing!

2,985 Views
Message 6 of 5
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.