Search for: Log In Free Support [Resolved] Is it possible to stretch the featured image on mobile view? Home › Forums › Support › Is it possible to stretch the featured image on mobile view? This topic has 3 replies, 2 voices, and was last updated 4 months, 3 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 11, 2020 at 11:54 pm #1484207 Andy Hi there, I’d like to test out the featured image of my blog post without any padding on the left and right sides. Here’s a screenshot, is this possible? https://imgur.com/a/IlyG7D9 Thank you, October 12, 2020 at 4:38 am #1484571 DavidStaff Customer Support Hi there, you can uncheck the Display padding around images option in Customizer > Layout > Blog –> Featured Images >> Posts. This will apply to Desktop and Mobile. For Mobile only instead of that option add this CSS: @media(max-width: 768px) { .page-header-image-single { margin-left: -25px; width: 100vw; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 12, 2020 at 9:17 am #1485170 Andy Thank you David, perfect! October 13, 2020 at 1:39 am #1486176 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In