How to Add 2 Pictures in Header Section of Dashboard

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>

Why not do it the easy way and combine the two/three logos into one image?

1 Like

Yes after thinking a lot, i came up with the same solution. Thankyou

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.