Dashboards & Visualizations

Adjust the width of the logo in appheader

Starlette
Contributor

How can i extend the width of the logo in the appheader?
I have a png of 450 but its cut, Do i change it somewhere else as in the application.css below?

.appLogo {
    height: 43px; 
    width: 450px; 
    background-image: url(appLogo.png);
    _background-image: url(appLogo.gif); /* for IE6 */
    background-repeat: no-repeat;
Tags (2)
0 Karma

Starlette
Contributor

I setted it to 410 and now it is working,,,NOT sure if there is a limit...

.appLogo {
height: 43px;
width: 410px;
padding-right: 5px;
float: left;
background: url(images/appLogo2.png) no-repeat 0 0;
_background: url(images/appLogo.gif) no-repeat 0 0;
}

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...