ceze Posted August 23, 2020 Share Posted August 23, 2020 Site URL: https://apricots-fuchsia-m3r5.squarespace.com I'm working on hbcusoutside.com password: grizzly The nav bar breaks into two lines at an unfortunate width. There's plenty of horizontal space if the container can be extended. Failing that, I'd prefer the hamburger to kick in rather than break the nav bar into two lines. I do prefer having the nav bar visible so I don't want a solution that just uses the hamburer 100% of the time. Can the nav bar area be extended horizontally? Can the nav be restricted to never break and rather trigger the hamburger? Link to comment
rwp Posted August 24, 2020 Share Posted August 24, 2020 .header-title-nav-wrapper { flex: 1 0 85% !important; flex-wrap: nowrap !important; } .header-nav { width: 100% !important; flex: 1 1 100% !important; } Link to comment
ceze Posted August 24, 2020 Author Share Posted August 24, 2020 Worked perfectly. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.