[Resolved] Featured image not responsive on mobile

Home Forums Support [Resolved] Featured image not responsive on mobile

Home Forums Support Featured image not responsive on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2311685
    mariosem

    Hello,

    tried some other suggestions before opening this ticket, no luck.
    On mobile, my single post featured images are not fitted in the screen: they are larger, actually.
    Any suggestions?

    Thanks,

    Mario

    #2311966
    David
    Staff
    Customer Support

    Hi there,

    on your site you have an auto inserted advert.
    Its injecting this code:

    2022-08-13_17-58-52

    You can see it has a width property that is too wide for the screen.
    This is making the page wider then the screen.

    you need to check in your Auto Ad settings that the advert is responsive.

    #2311985
    mariosem

    Hello David,
    thanks for your answer.

    I’m using Adsense Auto Ads, therefore I cannot modify anything, I’m afraid.
    Is this a problem happening only on mobile? Very weird…

    #2312362
    David
    Staff
    Customer Support

    Yeah, only see this on mobile.
    You can try using some CSS to your site to tell the advert container to never be set larger then the screensize:

    .google-auto-placed div {
        max-width: 100vw !important;
    }

    But i would suggest checking with adsense support as it should provide the correct size advert for the smaller screens.

    #2312458
    mariosem

    I think I have fixed it:

    Customizer > Layout > Blog > Featured Images > Single > Media Attachment Size > Full (instead of medium_large)

    Now the featured images in single posts fit smoothly.

    Thanks,

    Mario

    #2313186
    David
    Staff
    Customer Support

    Glad to hear you found some solution

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