Hello Everyone,
I am trying to add 2 to 3 logos in header section of my dashboard, I have added 1 already but i don't know how to add second one because if i use the same code with different pixel positions it replaces the old one. Picture of Dashboard is attached below.
This is the Template i am using:
<style>
.md-toolbar-tools{
background-image: url("/ncai.png");
background-repeat: no-repeat;
margin-left: 60px;
margin-left: 0px;
background-size: 300px 70px;
background-position: 1170px;
}
.md-toolbar-tools h1{
text-align: left;
width: 250px;
}
</style>