thanks for helping so quick! one more question ... I'd like to use a smaller size of the logo for the portrait phone version.
I tried the following code:
@media only screen and ( max-width: 440px ) {
.logo span {
background-image: url("/images/sct/sct_logo_klein.png"

background-repeat: no-repeat;
height: 65px;
width: 75px;
}
}
@media only screen and ( max-width: 440px ) {
.logo_container, h1.logo, h1.logo a, #logo {
height: 70px; !important;
}}
The container resize worked, but the logo is still the normal size. please see attached pics. the logo should be within the background picture, not over the yellow bar.
Thanks in advance for your efforts!
kind regards, Marion