Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to make top logo responsive? Re: How to make top logo responsive?

#122565
chrisburton
Participant

#logo img {
max-width: 100%;
height: auto !important;
}

But I would have to agree with @notfilc. You should try to optimize it a bit for mobile devices.