julianfresco / broen

A starter theme for admin dashboards in front-end frameworks. Demo:
https://julianfresco.github.io/broen
0 stars 0 forks source link

Allow custom html to be added to right side of header #15

Closed julianfresco closed 8 years ago

julianfresco commented 8 years ago

In many websites, there is space in the site header on the far right for a header menu. This feature should be available in Broen, and should not interfere with the presentation of the mobile hamburger menu toggle.

Since the current implementation is using the Bootstrap grid with a 10-col for logo and 2-col for the "top menu", it might be necessary to explore a flexbox approach or use a mixture or position: relative with position:absolute.