By default, buttons for Admin-Area and Login/Logout have a different styling than other links/dropdowns in the navigation bar.
With a single line of script-code in hooks/header-extras.php
you are able to fix the layout and style.
new AppGiniCommon().navbar.fix();
Full code example
<!-- file: hooks/header-extras.php --> <script> new AppGiniCommon().navbar.fix(); </script>
Comparison
Before
After
Do you like it?
We can only get better if you give us constructive suggestions for improvement. Just voting "No" without giving reasons or suggestions is not helpful and cannot lead to changes.
If you have been searching for a completely different solution than the subject says, this article can not be and will not be helpful for you. In these cases you should consider not to vote.
This is website feedback, only. This voting is not a support form nor ticket system.