Site logo

Archived topic

Logo on mobile devices

1 reply · Started by Miguel on March 19, 2017

Viewing posts 1–2 of 2

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

Hi Miguel,

Try wrapping your code like this:

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

Let me know.

This archived topic is closed to new replies.