Home › Forums › Support › Image in single post to be full width? This topic has 7 replies, 3 voices, and was last updated 4 years, 2 months ago by Elvin. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts July 11, 2021 at 3:09 pm #1852135 nomadiceman Hi guys, I’ve looked at the customiser options and can’t seem to figure this out. How can I make the featured image be the full width in mobile. Meaning the image goes right from the edge to the other edge on mobile screen? But I need it to be as it is on desktop and tablet too. Any tips is appreciated July 11, 2021 at 4:04 pm #1852157 LeoStaff Customer Support Hi there, Just to confirm, you only want the image to be full width on mobile? So remove the space here? https://www.screencast.com/t/gnjvKR2YOIiJ Let me know 🙂 July 11, 2021 at 4:18 pm #1852167 nomadiceman yes please. exactly July 11, 2021 at 8:12 pm #1852265 ElvinStaff Customer Support Hi there, Can you try adding this CSS? @media(max-width:768px){ .featured-image.page-header-image-single { margin-left: calc(-100vw / 2 + 100% / 2); margin-right: calc(-100vw / 2 + 100% / 2); max-width: 100vw; width: auto; } .featured-image.page-header-image-single img { width: 100%; } } Expected result – https://share.getcloudapp.com/nOuP2QwY July 11, 2021 at 8:33 pm #1852277 nomadiceman Ive just unchecked the “display padding around images” in Layout > Blog It seems to work. how did I miss that ? July 11, 2021 at 8:37 pm #1852279 ElvinStaff Customer Support Ive just unchecked the “display padding around images” in Layout > Blog It seems to work. how did I miss that ? Does it fully sort out what you require? Let us know. 😀 July 11, 2021 at 9:03 pm #1852286 nomadiceman I think so. I’m shocked I missed it I’ll keep that code incase it doesn’t sort it Thanks again July 11, 2021 at 9:12 pm #1852291 ElvinStaff Customer Support Nice one. Let us know if you need further help. No problem. 😀 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In