Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1334345

    Hello,

    My header image disappears on mobile view, could you please help?

    #1334353

    Hey,

    Thanks for contacting us!

    Videos in sliders are disabled on mobile due to incompatibility issues on mobile browsers. Please edit your slider and set a fallback image for mobile devices.

    Regards,
    Yigit

    #1334827

    Hi,

    No I don’t mean my video. I am talking about the logo in my header. It is on desktop view but not on mobile view. Please advise.

    #1334837

    Hi,

    This CSS seems to be causing that to happen:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        display: flex;
    }
    }

    It looks to be added in your child theme, could you try removing or altering it please?

    Best regards,
    Rikard

    #1334840

    Hi,

    I can’t find it, could you help me locate? Thank you

    #1334841

    Yeah it is not in my Theme > Customize> Additional Customization

    It also is not in Advanced Styling under Enfold Child

    I also checked my style css which is not there also

    #1334846

    Hi,

    If you need further help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1334849

    Hi,

    I attached below! Thank you

    #1334861

    Hi,
    Thank for the login, I added this css to your Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .logo.avia-svg-logo svg {
        height: 90px!important;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

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