Archived topic
Mobile Header Logo
3 replies · Started by Jatin on November 1, 2021
Hi Guys,
I have an issue with Mobile Header of my site.
> The logo appears to be fine on desktop and mobile phone both.
> Header is sticky on Desktop and Mobile phones.
> When i scroll down the page, the header on Desktop shows up fine.
>> When i scroll down the page, the header on Mobile phone shows a bit streched. Could you please advise if there is a way to fix this.
It should look the same as when the page loads.
Site provided in the private box.
Hi there,
in your Simple CSS you have this:
.site-logo.mobile-header-logo img {
width: 100%;
height: auto;
}
Try changing it to:
.site-logo.mobile-header-logo img {
width: 100%;
height: auto !important;
}
Great Thanks.
Glad to be of help!