Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #303736
    raysk
    Participant

    Hi.
    Our website is: foxiemarketing.fi and with mobile the header image does not optimize.
    What can be done? Or is there another way that the header does not show on mobile?

    Thank you.

    #303776
    Skandha
    Participant

    @raysk: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header {
    background-image: unset;
    padding: unset;
    min-height: unset !important;
    }
    .no-header-media-text .custom-header img {
    display: block;
    min-height: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #303784
    raysk
    Participant

    Thank you very much Skandha! The code worked like magic.

    I’ll make a note for it till the next time. 🙂

    #303786
    Skandha
    Participant

    @raysk: Hello, there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Image Mobile Issue’ is closed to new replies.