AW: ich bekomme die Headergrafik nicht auf volle breite bis zum Hintergrund Bild
Hallo,
ich habe das so gelöst (in der custom.css, bei mir im Theme spacelab):
#header-branding {
background-color: transparent;
background-image: url('/../templates/Evo/themes/spacelab/banner.jpg');
background-size:100%, 0;
background-repeat: no-repeat;
position: relative;
left: -25px;
width:104%;
}
Die roten Werte sind abhängig von der Größe der eingebundenen Grafik.