Navbar align-center not truly centered
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3552736. --> Reported by: [galactus86](https://www.drupal.org/user/1203916) Related to !173 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The main menu links in navbar when set to be centered are centered between logo and button, not vs the browser window. This can lead to some unexpected results. Yes some of this is up to the creator but we should at least make this truly centered I think.</p> <p><img src="https://www.drupal.org/files/issues/2025-10-16/Screenshot%202025-10-17%20at%2012.05.42%E2%80%AFAM.png" alt="screenshot"></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Set navbar to align center<br> To see even more dramatic, do not add button to right slot</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Position logo and buttons absolute OR easier to position menu absolute??</li> <li>Consider adding controls (props) for&hellip; <ul> <li>Set navbar as fixed to top - super common, will also require some type of underlay control for readability</li> <li>Adjust gap between links since this can effect fit of menu depending on how many items are present</li> <li>Font size control for menu links</li> <li>Breakpoint control for when menu changes to mobile</li> </ul> </li> </ul>
issue