Would it be possible to extend the fixed toolbar with a second row of buttons?
I've attached a quick mockup to demonstrate what I mean. I'm talking about the row of buttons with "Rollover", "Add Goal", ...
Unfortunately I have not been able to get this, could you please give me a pointer how to achieve such a modification? Thanks!
<img src="https://imgur.com/a/xGX97ML">
Thanks! That would be a bit difficult though as I only need the extended toobar on one of the many pages of my site.
An alternative approach would be to do something similar to the "Sticky Form Actions" fixed header as demonstrated in https://preview.keenthemes.com/metronic/demo1/features/cards/sticky.html. Would that be possible in Metronic 8?
Hi,
The toolbar you shown is integrated with the header so it can not be achieved with the sticky component. You can implement the custom toolbar with a custom class added to the body(e.g: toolbar-extended) and for required page add the custom class to activate the extended toolbar.
Regards,
Sean
Hi,
At the moment this type of toolbar layout is not available. However, you can achieve that by increasing the height of the toolbar via the SASS code(src/sass/layout/base/_variables.scss) and adding the second row in the HTML.
Regards.
I don't understand how to embed an image here in the forum. Here's the link to the screenshot: https://i.imgur.com/glY9efW.png