Home › Forums › Support › Featured image not responsive on mobile This topic has 5 replies, 2 voices, and was last updated 7 months, 1 week ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 13, 2022 at 5:34 am #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 August 13, 2022 at 10:00 am #2311966 DavidStaff Customer Support Hi there, on your site you have an auto inserted advert. Its injecting this code: 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. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 13, 2022 at 10:27 am #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… August 14, 2022 at 5:03 am #2312362 DavidStaff 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. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 14, 2022 at 6:39 am #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 August 15, 2022 at 3:41 am #2313186 DavidStaff Customer Support Glad to hear you found some solution Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In