Gordie   20-11-2025, 11:52 PM
#1
I have quite a few links in my navbar which is fine on mobile view with the hamburger menu, however it's kind of crowded on pc view.
Is there a simple way to allow the collapsible menu on both views? Instead of the regular nave bar?

I've tinkered with the header template but with all the different classes for both views, I don't want to mess it up.
I'm using the Curves UI theme.
Matty Wjeisz   21-11-2025, 06:38 AM
#2
Yep.

Admin CP > Templates & Style > Templates > Curves UI-alpha > Header Templates > header

Find:
Code:
<nav class="navbar navbar-dark navbar-expand-lg bg-dark py-4 border-bottom-nav">

Replace with:
Code:
<nav class="navbar navbar-dark bg-dark py-4 border-bottom-nav">

By removing navbar-expand-lg it forces the media query to always display the toggler on all screen sizes. You may need to tweak the inline-group CSS to add some additional margins for aesthetics.

The framework it is built on is Bootstrap 5. You can find additional resources on media queries and classes here: https://getbootstrap.com/docs/5.3/layout/breakpoints/

Matty Wjeisz - MyBB Team Member
Gordie   21-11-2025, 08:46 AM
#3
Perfect. Thank you again.
  
Users browsing this thread: 2 Guest(s)
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.