When the width is equal or below 1024px, the alternative header will change its layout to default header in order not to break its responsivity.
(If you set the order of elements, the order will remain the same you set)
I'm using these changes in my personal project:
Please guys let me know what you think about these changes. If it's welcome, I can submit an PR.
First of all, sorry for my bad english.
I'm working in a scheduler app and I think that the default header layout is not optimized for good space usage.
I've made some changes that allow me to choose the header layout: (Here i'm using the default test page)
Default header (not changed)
Default header with title
Defaultt header - reordered
Alternative header - title at center
Alternative header - title at left
Alternative header responsivity
When the width is equal or below 1024px, the alternative header will change its layout to default header in order not to break its responsivity. (If you set the order of elements, the order will remain the same you set)
I'm using these changes in my personal project:
Please guys let me know what you think about these changes. If it's welcome, I can submit an PR.