Home › Forums › CSS › How to make top logo responsive? › Re: How to make top logo responsive?
January 28, 2013 at 8:38 am
#122565
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.