Hi,
I added a custom logo to my app bar by placing the logo in static and adding the following css:
.appLogo {
background: url("appLogo_2x.png") no-repeat 0 0;
background-position: center !important ;
}
The logo appears as it normally does by default but I would like to center it. Looks like adding the background-position: center !important ; doesn't center the logo. Is this possible using advanced xml?
↧