[Support request] Logo on mobile devices

Home Forums Support [Support request] Logo on mobile devices

Home Forums Support Logo on mobile devices

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294466
    Miguel

    Guys,

    I uploaded a logo to be used on mobile, but it gets stretched out. Probably because of the CSS used for the main logo on the header.

    Please take a look: http://www.step1englishonline.com

    How can I improve this, please?

    Thanks!

    Miguel

    #294472
    Leo
    Staff
    Customer Support

    Hi Miguel,

    Try wrapping your code like this:

    @media (min-width: 769px) {
        .header-image {
            width: 341.1px;
            height: 48.6px;
        }
    }

    Let me know.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.