Hello,
That isn't in the custom CSS at all.
The following is in the custom CSS:
#sp-header {
background: rgba (0,0,0,0);
}
#sp-header {
position: absolute;
}
#sp-header.header-sticky{
background: white;
}
.burger-icon > span {
background-color: #ffffff !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a,
.offcanvas-menu .offcanvas-inner ul.menu > li span {
color: #ffffff;
}
@media (max-width: 767px) {
#sp-header, .burger-menu {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.logo-image {
max-height: 100% !important;
object-fit: contain;
}
}
@media (max-width: 991px) and (orientation: landscape) {
.logo-image img, .sp-default-logo {
height:400px !important; /* Erhöhe diesen Wert, bis die Größe passt */
max-height: 200px !important;
width: auto !important;
}
#sp-header {
height: auto !important; /* Verhindert, dass das größere Logo wieder abschneidet */
}
}
Regards, sven