Hi together,
I tried a lot of things but I could not keep aspect ratio of my header-logo, when I shrink the screen size to smartphone-format.
Every time the width is not decreasing proportional to high.
Is there anyone who can help me?
See here: http://www.rundumskinderzimmer.de
Best regards
Steffen
Hey tcoq!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
margin: 0 auto;
max-width: 100%;
height: 58px !important;
max-height: 58px !important;
width: 300px !important;
}
}
Best regards,
Ismael
Great! This works! Thanks a lot!