Can we specify toolbar height ?
Hi Sohan,
To change height of the toolbar, please open flexmonster.toolbar.css and modify #fm-toolbar-wrapper style. E.g.
#fm-toolbar-wrapper {
height: 80px;
}
Feel free to change toolbar according to your needs.
Thanks,
Roman
Roman, my bad, I should have explained more in this question, You are right we can reduce the height with above css change, but that does not reduce the components height inside that toolbar.
My question is do we have an API which will set the toolbar height and all its components inside it ? For e.g. right now its taking 80px which we want to reduce it to say 40px and all widgets inside that toolbar gets resized accordingly ?
Sohan,
Unfortunately, there is no such option.
To achieve the required effect you have to change styles and images in the flexmonster.toolbar.css.
Regards,
Roman