I have created an application using Tab theme of Web App Builder Developer Edition 2.16. i would like to increase the header height and add 3 to 4 logos within it. I am new in development, and sometimes i stuck with it and find some help through articles, videos and comments etc.
i tried to make the changes but couldn't with the relevant information regarding it;
Increase header height :
Tab themes > widgets > Header > CSS > style.css
.jimu-widget-header{
outline-offset: -2px !important;
// Added new
height:60px !important;
}
Add 2 more logos next to default logo
Tab themes > widgets > Header > Widget.html
<img class="logo jimu-float-leading jimu-leading-margin1" data-dojo-attach-point="logoNode">