Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #281958

    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

    #282095

    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

    #282117

    Great! This works! Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Aspect ratio of Header-Logo’ is closed to new replies.