[Support request] Mobile Header Logo

Home Forums Support [Support request] Mobile Header Logo

Home Forums Support Mobile Header Logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1986151
    Jatin

    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.

    #1986481
    David
    Staff
    Customer Support

    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;
    }
    #1991422
    Jatin

    Great Thanks.

    #1991669
    David
    Staff
    Customer Support

    Glad to be of help!

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