Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #250841
    JMurayama
    Participant

    I have a different featured image on each of my pages and when I view the site on mobile everything appears perfect (iphone X) when I look on my desktop browser (Chrome/IE) image doesnt adjust to width and crops off portion of bottom, it also appears to have dark overlay. Ignore the Home page everything appears to be in working there.

    Link to site below, any help appreciated
    chainblockinc.com

    thanks,
    J

    #250887
    Skandha
    Participant

    @jmurayama: Hello there,
    A password is required to view your site. Can you remove the password protection for a short while so that I can look into your issue?

    Kind Regards,
    Skandha

    #250927
    JMurayama
    Participant

    password protection removed, sorry about that

    #251002
    Skandha
    Participant

    @jmurayama: Hello there,
    Go to => Appearance => Customize => Additonal CSS and add the following CSS Code.

    body:not(.home) .header-media .wrapper::after {
        background-color: unset !important;
    }
    @media screen and (min-width: 90em) {
    	body:not(.home) .custom-header-content {
    	    padding: 245px 50px !important;
    	}
    }

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

    #251062
    JMurayama
    Participant

    Worked perfectly, thank you very much.

    #251078
    Skandha
    Participant

    @jmurayama: 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/my-music-band/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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Image on pages: mobile looks good, desktop image darker and cropped’ is closed to new replies.